Skip to content

Commit 53b6f8e

Browse files
committed
chore(pmd.xml): remove (deprecated) AvoidPrefixingMethodParameters rule.
First it's deprecated (see #1018). Second, it blocks me to merge fix for #1098 because it complains on inCollection variable that is totally readable to me. [skip ci]
1 parent 4e398bc commit 53b6f8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/config/pmd.xml

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
<!--<rule ref="category/java/codestyle.xml/AtLeastOneConstructor" />-->
5656
<rule ref="category/java/codestyle.xml/AvoidDollarSigns" />
5757
<rule ref="category/java/codestyle.xml/AvoidFinalLocalVariable" />
58-
<rule ref="category/java/codestyle.xml/AvoidPrefixingMethodParameters" />
5958
<rule ref="category/java/codestyle.xml/AvoidProtectedFieldInFinalClass" />
6059
<rule ref="category/java/codestyle.xml/AvoidProtectedMethodInFinalClassNotExtending" />
6160
<rule ref="category/java/codestyle.xml/AvoidUsingNativeCode" />

0 commit comments

Comments
 (0)