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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ba14621 Remove depreacted UselessOperationOnImmutable
7ba14621 is described below

commit 7ba14621b00666f25af8c4a5a2cdf5b29eb7b686
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 1 08:57:43 2025 -0500

    Remove depreacted UselessOperationOnImmutable
---
 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 ac3f9e3b..09a0570c 100644
--- a/src/conf/pmd-ruleset.xml
+++ b/src/conf/pmd-ruleset.xml
@@ -55,7 +55,6 @@ limitations under the License.
     <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