-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Add a table to the README that documents the coverage status of OpenRewrite recipes for all Checkstyle checks. This will help contributors understand what's been implemented, and what's not feasible for auto-fixing.
The table should be organized by Checkstyle's category structure (Coding, Annotations, Block Checks, etc.) with the following columns:
| Status | Check | Recipe | Coverage Notes |
|---|
Example
Status Legend
π’ Full Coverage - Complete auto-fix capability for all violation scenarios
π‘ Partial Coverage - Auto-fix available for some but not all violation scenarios
π΄ Won't Be Covered - Auto-fix not feasible or not planned
Coding
| Status | Check | Recipe | Coverage Notes |
|---|---|---|---|
| π’ | UpperEll | UpperEll | |
| π’ | FinalLocalVariable | TBD | |
| π‘ | MagicNumber | TBD | Only fixes simple cases - extracts obvious constants; complex expressions require manual review |
Annotations
No checks analyzed yet
Block Checks
No checks analyzed yet
...
romani
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done