Skip to content

Commit

Permalink
The EmptyStatementNotInLoop rule is replaced by UnnecessarySemicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Apr 25, 2024
1 parent 052610c commit b0942f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/qa/pmd-ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GeoTools ruleset. See https://pmd.github.io/latest/pmd_userdocs_understanding_ru
<rule ref="category/java/errorprone.xml/ClassCastExceptionWithToArray"/>
<rule ref="category/java/errorprone.xml/DontUseFloatTypeForLoopIndices"/>
<rule ref="category/java/errorprone.xml/EmptyControlStatement"/>
<rule ref="category/java/errorprone.xml/EmptyStatementNotInLoop"/>
<rule ref="category/java/errorprone.xml/UnnecessarySemicolon"/>
<rule ref="category/java/errorprone.xml/JumbledIncrementer"/>
<rule ref="category/java/errorprone.xml/MisplacedNullCheck"/>
<rule ref="category/java/errorprone.xml/OverrideBothEqualsAndHashcode"/>
Expand Down

0 comments on commit b0942f7

Please sign in to comment.