We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7370fda commit 2777a67Copy full SHA for 2777a67
src/site/resources/pmd/pmd-ruleset.xml
@@ -59,7 +59,6 @@
59
<rule ref="category/java/errorprone.xml/UnconditionalIfStatement"/>
60
<rule ref="category/java/errorprone.xml/UnnecessaryConversionTemporary"/>
61
<rule ref="category/java/errorprone.xml/UnusedNullCheckInEquals"/>
62
- <rule ref="category/java/errorprone.xml/UselessOperationOnImmutable"/>
63
<rule ref="category/java/multithreading.xml/AvoidThreadGroup"/>
64
<rule ref="category/java/multithreading.xml/DontCallThreadRun"/>
65
<rule ref="category/java/multithreading.xml/DoubleCheckedLocking"/>
0 commit comments