This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 0084a99a6 PMD: Discontinue using Rule name 
category/java/errorprone.xml/UselessOperationOnImmutable as it is scheduled for 
removal from PMD.
0084a99a6 is described below

commit 0084a99a6fe9310099265df18f0eb5f1d980a26f
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Oct 11 06:58:13 2025 -0400

    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.
---
 src/conf/pmd-ruleset.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/pmd-ruleset.xml b/src/conf/pmd-ruleset.xml
index 3c591e1f2..5a215387b 100644
--- a/src/conf/pmd-ruleset.xml
+++ b/src/conf/pmd-ruleset.xml
@@ -65,7 +65,6 @@
     <rule ref="category/java/errorprone.xml/UnconditionalIfStatement" />
     <rule ref="category/java/errorprone.xml/UnnecessaryConversionTemporary" />
     <rule ref="category/java/errorprone.xml/UnusedNullCheckInEquals" />
-    <rule ref="category/java/errorprone.xml/UselessOperationOnImmutable" />
 
     <rule ref="category/java/multithreading.xml/AvoidThreadGroup" />
     <rule ref="category/java/multithreading.xml/DontCallThreadRun" />

Reply via email to