find_the_most_critical_design_issue
Analyze Java files to identify and prioritize the most critical design flaw requiring immediate refactoring, focusing on improving maintainability, readability, loose coupling, and cohesion.
Instructions
Analyze one Java file. Find the most serious design flaw. It must need immediate refactoring. Ignore cosmetic or minor issues. Fix the one problem that will best improve code quality. Code quality means maintainability, readability, loose coupling, and high cohesion. Point out the problem and where it is in the file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |