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 a62b49c commit 1cd9669Copy full SHA for 1cd9669
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