Java Evolved — Code Upgrade Skill
Modernize Java code by identifying legacy patterns and suggesting modern replacements with before/after examples sourced from 113 patterns across 11 categories (Java 7 through Java 25).
Procedures
Step 1: Determine Upgrade Scope
- Identify the target JDK version for the project. Check
pom.xml,build.gradle, or.java-versionfor the configured source/target level. If unspecified, ask the user. - Identify which categories are relevant to the t
[Description truncada. Veja o README completo no GitHub.]