Remove deprecated rules

The Java rules VariableNamingConventions, MIsLeadingVariableName,
SuspiciousConstantFieldName, and AvoidPrefixingMethodParameters are
now deprecated, and will be removed with version 7.0.0.
This commit is contained in:
Paul Campbell 2018-09-03 08:58:16 +01:00
parent 0609e158f7
commit 0d06af9614

View file

@ -116,7 +116,6 @@ http://pmd.sourceforge.net/ruleset/2.0.0 ">
<rule ref="category/java/codestyle.xml/ShortClassName"/> <rule ref="category/java/codestyle.xml/ShortClassName"/>
<rule ref="category/java/codestyle.xml/ShortMethodName"/> <rule ref="category/java/codestyle.xml/ShortMethodName"/>
<rule ref="category/java/codestyle.xml/ShortVariable"/> <rule ref="category/java/codestyle.xml/ShortVariable"/>
<rule ref="category/java/codestyle.xml/SuspiciousConstantFieldName"/>
<rule ref="category/java/codestyle.xml/TooManyStaticImports"/><!-- to review --> <rule ref="category/java/codestyle.xml/TooManyStaticImports"/><!-- to review -->
<rule ref="category/java/codestyle.xml/UnnecessaryConstructor"/> <rule ref="category/java/codestyle.xml/UnnecessaryConstructor"/>
<rule ref="category/java/codestyle.xml/UnnecessaryFullyQualifiedName"/> <rule ref="category/java/codestyle.xml/UnnecessaryFullyQualifiedName"/>
@ -125,7 +124,6 @@ http://pmd.sourceforge.net/ruleset/2.0.0 ">
<rule ref="category/java/codestyle.xml/UnnecessaryReturn"/> <rule ref="category/java/codestyle.xml/UnnecessaryReturn"/>
<rule ref="category/java/codestyle.xml/UselessParentheses"/> <rule ref="category/java/codestyle.xml/UselessParentheses"/>
<rule ref="category/java/codestyle.xml/UselessQualifiedThis"/> <rule ref="category/java/codestyle.xml/UselessQualifiedThis"/>
<rule ref="category/java/codestyle.xml/VariableNamingConventions"><!-- to review --></rule>
<rule ref="category/java/codestyle.xml/WhileLoopsMustUseBraces"/> <rule ref="category/java/codestyle.xml/WhileLoopsMustUseBraces"/>
<!-- Design --> <!-- Design -->