From b68572ea7f54a9cc11c29d465a85d4fe899ad83f Mon Sep 17 00:00:00 2001 From: riqueufmg Date: Thu, 9 Oct 2025 12:43:00 -0300 Subject: [PATCH] Update java-refactoring-extract-method.prompt.md --- prompts/java-refactoring-extract-method.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/java-refactoring-extract-method.prompt.md b/prompts/java-refactoring-extract-method.prompt.md index ec2ad87..b3bab65 100644 --- a/prompts/java-refactoring-extract-method.prompt.md +++ b/prompts/java-refactoring-extract-method.prompt.md @@ -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: