Implement an OpenRewrite recipe to automatically fix EmptyStatement
violations as defined in Checkstyle.
Check: https://checkstyle.sourceforge.io/checks/coding/emptystatement.html
This recipe should:
- Detect empty statements (standalone semicolons)
- Remove them automatically
- Handle edge cases (e.g., in for loops, while loops)
I would like to work on this issue
Implement an OpenRewrite recipe to automatically fix EmptyStatement
violations as defined in Checkstyle.
Check: https://checkstyle.sourceforge.io/checks/coding/emptystatement.html
This recipe should:
I would like to work on this issue