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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 26d7fffe94 Fix PMD violations
26d7fffe94 is described below

commit 26d7fffe9413b533fb6f81fa312e9684d9afea6d
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Jun 7 22:17:16 2025 -0400

    Fix PMD violations
    
    (cherry picked from commit 313f32ee51f89c6ec1ac7e620d4b034c46981e04)
---
 .../java/org/apache/cxf/systest/http/HTTPConduitIoExceptionsTest.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/systests/transports/src/test/java/org/apache/cxf/systest/http/HTTPConduitIoExceptionsTest.java
 
b/systests/transports/src/test/java/org/apache/cxf/systest/http/HTTPConduitIoExceptionsTest.java
index 6b797e6833..da12052e73 100644
--- 
a/systests/transports/src/test/java/org/apache/cxf/systest/http/HTTPConduitIoExceptionsTest.java
+++ 
b/systests/transports/src/test/java/org/apache/cxf/systest/http/HTTPConduitIoExceptionsTest.java
@@ -77,7 +77,6 @@ public class HTTPConduitIoExceptionsTest extends 
AbstractBusClientServerTestBase
     }
 
     @Test
-    @SuppressWarnings("PMD.FinalFieldCouldBeStatic")
     public void testServiceUnavailable() throws Exception {
         final Greeter greeter = getGreeter();
 
@@ -105,7 +104,6 @@ public class HTTPConduitIoExceptionsTest extends 
AbstractBusClientServerTestBase
     }
 
     @Test
-    @SuppressWarnings("PMD.FinalFieldCouldBeStatic")
     public void testNotFound() throws Exception {
         final Greeter greeter = getGreeter();
 

Reply via email to