Skip to content

Commit

Permalink
Enable PMD:FinalizeDoesNotCallSuperFinalize rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 11, 2024
1 parent 4ec3cfa commit c95b261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mq/.pmd/openmq-pmd-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<rule ref="category/java/errorprone.xml/DontUseFloatTypeForLoopIndices" />
<rule ref="category/java/errorprone.xml/EmptyFinalizer" />
<rule ref="category/java/errorprone.xml/EqualsNull" />
<rule ref="category/java/errorprone.xml/FinalizeDoesNotCallSuperFinalize" />
<rule ref="category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize" />
<rule ref="category/java/errorprone.xml/FinalizeOverloaded" />
<rule ref="category/java/errorprone.xml/FinalizeShouldBeProtected" />
Expand Down

0 comments on commit c95b261

Please sign in to comment.