Skip to content

Commit

Permalink
Removed deprecated PMD rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Dec 15, 2023
1 parent f01a22a commit 429bf87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vassal-app/src/test/resources/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<rule ref="category/java/errorprone.xml/EmptyCatchBlock" />
-->
<rule ref="category/java/errorprone.xml/EmptyFinalizer" />
<rule ref="category/java/errorprone.xml/EmptyStatementNotInLoop" />
<rule ref="category/java/errorprone.xml/EqualsNull" />
<rule ref="category/java/errorprone.xml/FinalizeDoesNotCallSuperFinalize" />
<rule ref="category/java/errorprone.xml/FinalizeOnlyCallsSuperFinalize" />
Expand Down Expand Up @@ -176,7 +175,6 @@
-->
<rule ref="category/java/performance.xml/StringInstantiation" />
<rule ref="category/java/performance.xml/StringToString" />
<rule ref="category/java/performance.xml/UnnecessaryWrapperObjectCreation" />
<rule ref="category/java/performance.xml/UseArraysAsList" />
<rule ref="category/java/performance.xml/UseIndexOfChar" />
<rule ref="category/java/performance.xml/UselessStringValueOf" />
Expand Down

0 comments on commit 429bf87

Please sign in to comment.