Skip to content

Commit

Permalink
[doc] Fix release notes, add missing change in EmptyControlStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Feb 26, 2024
1 parent 53323de commit fb4f488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/release_notes_pmd7.md
Expand Up @@ -390,6 +390,8 @@ can be parsed now. PMD should now be able to parse Apex code up to version 59.0
not necessary are allowed, if they separate expressions of different precedence.
The other property `ignoreBalancing` (default: true) is similar, in that it allows parentheses that help
reading and understanding the expressions.
* {% rule java/codestyle/EmptyControlStatement %}: The rule has a new property to allow empty blocks when
they contain a comment (`allowCommentedBlocks`).

**Java Design**

Expand Down

0 comments on commit fb4f488

Please sign in to comment.