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

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


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

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

    Fix PMD violations
---
 .../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 451c0e08f2..6cc0f3681b 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