File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
pmd-java/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ class Foo {
212
212
</rule >
213
213
214
214
<rule name =" AvoidReassigningCatchVariables"
215
+ language =" java"
215
216
since =" 6.27.0"
216
217
message =" Avoid reassigning caught exception ''{0}''"
217
218
class =" net.sourceforge.pmd.lang.java.rule.bestpractices.AvoidReassigningCatchVariablesRule"
Original file line number Diff line number Diff line change 10
10
<!-- <rule ref="category/java/bestpractices.xml/AccessorMethodGeneration" /> -->
11
11
<!-- <rule ref="category/java/bestpractices.xml/ArrayIsStoredDirectly" /> -->
12
12
<!-- <rule ref="category/java/bestpractices.xml/AvoidPrintStackTrace" /> -->
13
+ <!-- <rule ref="category/java/bestpractices.xml/AvoidReassigningCatchVariables" /> -->
13
14
<!-- <rule ref="category/java/bestpractices.xml/AvoidReassigningLoopVariables" /> -->
14
15
<!-- <rule ref="category/java/bestpractices.xml/AvoidReassigningParameters" /> -->
15
16
<rule ref =" category/java/bestpractices.xml/AvoidMessageDigestField" />
You can’t perform that action at this time.
0 commit comments