[java] Fix rule references
This commit is contained in:
@ -1135,7 +1135,7 @@ class Foo {
|
||||
since="6.36.0"
|
||||
message="Comparisons with NaN always return false"
|
||||
class="net.sourceforge.pmd.lang.rule.XPathRule"
|
||||
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_errorprone.html#badcomparison">
|
||||
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_errorprone.html#comparisonwithnan">
|
||||
<description><
|
||||
|
@ -198,7 +198,6 @@
|
||||
<!-- <rule ref="category/java/errorprone.xml/AvoidLosingExceptionInformation" /> -->
|
||||
<rule ref="category/java/errorprone.xml/AvoidMultipleUnaryOperators"/>
|
||||
<rule ref="category/java/errorprone.xml/AvoidUsingOctalValues"/>
|
||||
<rule ref="category/java/errorprone.xml/BadComparison"/>
|
||||
<!-- <rule ref="category/java/errorprone.xml/BeanMembersShouldSerialize" /> -->
|
||||
<rule ref="category/java/errorprone.xml/BrokenNullCheck"/>
|
||||
<!-- <rule ref="category/java/errorprone.xml/CallSuperFirst" /> -->
|
||||
@ -211,6 +210,7 @@
|
||||
<!-- <rule ref="category/java/errorprone.xml/CloneThrowsCloneNotSupportedException"/> deprecated since 6.35.0 -->
|
||||
<rule ref="category/java/errorprone.xml/CloseResource"/>
|
||||
<rule ref="category/java/errorprone.xml/CompareObjectsWithEquals"/>
|
||||
<rule ref="category/java/errorprone.xml/ComparisonWithNaN"/>
|
||||
<!-- <rule ref="category/java/errorprone.xml/ConstructorCallsOverridableMethod" /> -->
|
||||
<!-- <rule ref="category/java/errorprone.xml/DataflowAnomalyAnalysis" /> -->
|
||||
<!-- <rule ref="category/java/errorprone.xml/DetachedTestCase" /> -->
|
||||
|
Reference in New Issue
Block a user