Java Refactoring Extract Method

Refactor Java 17 methods with the Extract Method technique to improve readability, testability, maintainability, reusability, modularity, cohesion, low coupling, and consistency. Use when the user asks to identify long or complex Java methods, extract helper methods, preserve behavior, and return complete compilable refactored code.

paulasilvatech 9fd2cc2 6.5 KB Updated

File contents

paulasilvatech/awesome-harness-primitives/tree/main/harness/claude-code/plugins/java-kotlin-development/skills/java-refactoring-extract-method commit 9fd2cc26c9

Frequently asked questions

npx skillmds@latest add paulasilvatech/java-refactoring-extract-method-3