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 4a63796 commit 2ffb226Copy full SHA for 2ffb226
src/conf/pmd-ruleset.xml
@@ -56,7 +56,6 @@
56
<rule ref="category/java/errorprone.xml/UnconditionalIfStatement" />
57
<rule ref="category/java/errorprone.xml/UnnecessaryConversionTemporary" />
58
<rule ref="category/java/errorprone.xml/UnusedNullCheckInEquals" />
59
- <rule ref="category/java/errorprone.xml/UselessOperationOnImmutable" />
60
<rule ref="category/java/multithreading.xml/AvoidThreadGroup" />
61
<rule ref="category/java/multithreading.xml/DontCallThreadRun" />
62
<rule ref="category/java/multithreading.xml/DoubleCheckedLocking" />
0 commit comments