Update java-refactoring-extract-method.prompt.md

This commit is contained in:
riqueufmg 2025-10-09 12:43:00 -03:00
parent 3923c8f957
commit b68572ea7f

View File

@ -87,7 +87,7 @@ protected RelationshipExpander newExpander(RelationshipType[] types,
Apply **Extract Method** to improve readability, testability, maintainability, reusability, modularity, cohesion, low coupling, and consistency.
Always return a complete, compilable method (Java 17).
Always return a complete and compilable method (Java 17).
Perform intermediate steps internally:
- First, analyze each method and identify those exceeding thresholds: