Fix remaining references

This commit is contained in:
Clément Fournier committed 2021-08-07 21:35:40 +02:00
1 parent f6093dec0e
commit 3bdb28044e
3 files changed
+6 -6

No files matched your search

@@ -11,7 +11,7 @@ This ruleset contains links to rules that are new in PMD v4.2
<rule ref="rulesets/java/basic.xml/AvoidMultipleUnaryOperators"/>
<rule ref="rulesets/java/codesize.xml/TooManyMethods"/>
<rule ref="rulesets/java/controversial.xml/DoNotCallGarbageCollectionExplicitly"/>
<rule ref="rulesets/java/design.xml/ReturnEmptyArrayRatherThanNull"/>
<!-- <rule ref="rulesets/java/design.xml/ReturnEmptyArrayRatherThanNull"/>-->
<rule ref="rulesets/java/design.xml/AbstractClassWithoutAnyMethod"/>
<rule ref="rulesets/java/design.xml/TooFewBranchesForASwitchStatement"/>
<rule ref="rulesets/java/strictexception.xml/DoNotThrowExceptionInFinally"/>
@@ -12,7 +12,7 @@ The Clone Implementation ruleset contains a collection of rules that find questi
<rule ref="category/java/errorprone.xml/CloneMethodMustBePublic" deprecated="true" />
<rule ref="category/java/errorprone.xml/CloneMethodMustImplementCloneable" deprecated="true" />
<rule ref="category/java/errorprone.xml/CloneMethodReturnTypeMustMatchClassName" deprecated="true" />
<rule ref="category/java/errorprone.xml/CloneThrowsCloneNotSupportedException" deprecated="true" />
<!-- <rule ref="category/java/errorprone.xml/CloneThrowsCloneNotSupportedException" deprecated="true" />-->
<rule ref="category/java/errorprone.xml/ProperCloneImplementation" deprecated="true" />
</ruleset>
</ruleset>
@@ -28,18 +28,18 @@ are suggested.
<rule ref="category/java/errorprone.xml/AssignmentToNonFinalStatic" deprecated="true" />
<rule ref="category/java/errorprone.xml/AvoidInstanceofChecksInCatchClause" deprecated="true" />
<rule ref="category/java/errorprone.xml/BadComparison" deprecated="true" />
<!-- <rule ref="category/java/errorprone.xml/BadComparison" deprecated="true" />-->
<rule ref="category/java/errorprone.xml/CloseResource" deprecated="true" />
<rule ref="category/java/errorprone.xml/CompareObjectsWithEquals" deprecated="true" />
<rule ref="category/java/errorprone.xml/ConstructorCallsOverridableMethod" deprecated="true" />
<rule ref="category/java/errorprone.xml/EqualsNull" deprecated="true" />
<rule ref="category/java/errorprone.xml/IdempotentOperations" deprecated="true" />
<rule ref="category/java/errorprone.xml/InstantiationToGetClass" deprecated="true" />
<rule ref="category/java/errorprone.xml/MissingBreakInSwitch" deprecated="true" />
<!-- <rule ref="category/java/errorprone.xml/MissingBreakInSwitch" deprecated="true" />-->
<rule ref="category/java/errorprone.xml/MissingStaticMethodInNonInstantiatableClass" deprecated="true" />
<rule ref="category/java/errorprone.xml/NonCaseLabelInSwitchStatement" deprecated="true" />
<rule ref="category/java/errorprone.xml/NonStaticInitializer" deprecated="true" />
<rule ref="category/java/errorprone.xml/ReturnEmptyArrayRatherThanNull" deprecated="true" />
<!-- <rule ref="category/java/errorprone.xml/ReturnEmptyArrayRatherThanNull" deprecated="true" />-->
<rule ref="category/java/errorprone.xml/SimpleDateFormatNeedsLocale" deprecated="true" />
<rule ref="category/java/errorprone.xml/SingleMethodSingleton" deprecated="true" />
<rule ref="category/java/errorprone.xml/SingletonClassReturningNewInstance" deprecated="true" />