Skip to content

Commit

Permalink
IDE-168 Fix some static analysis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpercic committed Nov 3, 2023
1 parent 8274efa commit 8b3631a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions catroid/config/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,6 @@

<rule ref="rulesets/java/braces.xml" />

<rule ref="rulesets/java/controversial.xml" >
<exclude name="AssignmentInOperand" />
<exclude name="AtLeastOneConstructor" />
<exclude name="AvoidFinalLocalVariable" />
<exclude name="AvoidPrefixingMethodParameters" />
<exclude name="AvoidLiteralsInIfCondition" />
<exclude name="CallSuperInConstructor" />
<exclude name="DataflowAnomalyAnalysis" />
<exclude name="NullAssignment" />
<exclude name="OnlyOneReturn" />
<exclude name="UseConcurrentHashMap" />
<exclude name="UseObjectForClearerAPI" />
<exclude name="AvoidUsingShortType" />
<exclude name="DefaultPackage" />
<exclude name="UnnecessaryConstructor" />
<exclude name="AvoidUsingVolatile" />
<exclude name="UselessParentheses" />
</rule >

<rule ref="rulesets/java/empty.xml" >
<exclude name="EmptyCatchBlock" />
</rule >
Expand Down

0 comments on commit 8b3631a

Please sign in to comment.