Skip to content

checkstyle/checkstyle-openrewrite-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkstyle-openrewrite-recipes

OpenRewrite Recipe Coverage for Checkstyle Checks

This table tracks the auto-fix support status of OpenRewrite recipes for each Checkstyle check. Organized by Checkstyle categories, it helps contributors identify which checks are:

  • Fully supported via auto-fix
  • Partially supported
  • Not feasible to auto-fix

Status Legend

Status Meaning
🟢 Full Coverage – Complete auto-fix capability for all violation scenarios
🟡 Partial Coverage – Auto-fix available for some violation scenarios
🔴 Won't Be Covered – Auto-fix not feasible or not planned

Annotations

No checks analyzed yet

Block Checks

No checks analyzed yet

Class Design

No checks analyzed yet

Coding

Status Check Recipe Coverage Notes
🟢 FinalLocalVariable TBD
🔴 MagicNumber it requires contextual understanding to replace literals with meaningful named constants
🟢 UnusedLocalVariable TBD

Headers

Status Check Recipe Coverage Notes
🟡 Header TBD only java files are fixed.

Imports

Status Check Recipe Coverage Notes
🟢 RedundantImport TBD

Javadoc Comments

No checks analyzed yet

Metrics

No checks analyzed yet

Miscellaneous

Status Check Recipe Coverage Notes
🟢 UpperEll UpperEll

Modifiers

No checks analyzed yet

Naming Conventions

Status Check Recipe Coverage Notes
🔴 AbbreviationAsWordInName Requires semantic understanding of abbreviations and context
🟡 AbstractClassName TBD Partially covered by renaming abstract class names to match the configured pattern.

Regexp

No checks analyzed yet

Size Violations

No checks analyzed yet

Whitespace

No checks analyzed yet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages