Move LinguisticNaming to 6.7.0

This commit is contained in:
Clément Fournier
2018-08-12 19:25:13 +02:00
parent 802104525a
commit c3ea6de8e0
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,6 @@ This ruleset contains links to rules that are new in PMD v6.6.0
</description>
<rule ref="category/java/codestyle.xml/FormalParameterNamingConventions"/>
<rule ref="category/java/codestyle.xml/LinguisticNaming"/>
<rule ref="category/java/codestyle.xml/LocalVariableNamingConventions"/>
</ruleset>

View File

@ -9,5 +9,7 @@ This ruleset contains links to rules that are new in PMD v6.7.0
</description>
<rule ref="category/plsql/codestyle.xml/ForLoopNaming"/>
<rule ref="category/java/codestyle.xml/LinguisticNaming"/>
</ruleset>

View File

@ -940,7 +940,7 @@ if (foo) { // preferred approach
<rule name="LinguisticNaming"
language="java"
since="6.6.0"
since="6.7.0"
message="Linguistics Antipattern - Method name and return type is inconsistent linguistically"
class="net.sourceforge.pmd.lang.java.rule.codestyle.LinguisticNamingRule"
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_codestyle.html#linguisticnaming">