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:
parent
0609e158f7
commit
0d06af9614
1 changed files with 0 additions and 2 deletions
|
@ -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/ShortMethodName"/>
|
||||
<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/UnnecessaryConstructor"/>
|
||||
<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/UselessParentheses"/>
|
||||
<rule ref="category/java/codestyle.xml/UselessQualifiedThis"/>
|
||||
<rule ref="category/java/codestyle.xml/VariableNamingConventions"><!-- to review --></rule>
|
||||
<rule ref="category/java/codestyle.xml/WhileLoopsMustUseBraces"/>
|
||||
|
||||
<!-- Design -->
|
||||
|
|
Loading…
Reference in a new issue