Skip to content

Commit ce4a9cb

Browse files
committed
PMD: Discontinue using Rule name
category/java/errorprone.xml/UselessOperationOnImmutable as it is scheduled for removal from PMD. PMD 8.0.0 will remove support for this Rule.
1 parent c03f26b commit ce4a9cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/conf/pmd-ruleset.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ under the License.
7878
<rule ref="category/java/errorprone.xml/UnconditionalIfStatement" />
7979
<rule ref="category/java/errorprone.xml/UnnecessaryConversionTemporary" />
8080
<rule ref="category/java/errorprone.xml/UnusedNullCheckInEquals" />
81-
<rule ref="category/java/errorprone.xml/UselessOperationOnImmutable" />
8281

8382
<rule ref="category/java/multithreading.xml/AvoidThreadGroup" />
8483
<rule ref="category/java/multithreading.xml/DontCallThreadRun" />

0 commit comments

Comments
 (0)