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

commit 8399cd2526f17268a53678b380d192595bc0f1b7
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Jun 14 10:38:23 2025 -0400

    Revert "Fix PMD violations"
    
    This reverts commit 0e7218e8ef60ee125b6d081f1540f9e5820c1e63.
    
    (cherry picked from commit 6eebccf57c619c939f20ac523dd88da96fca345b)
---
 .../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 0cab13cfda..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
@@ -82,7 +82,6 @@ public class HTTPConduitIoExceptionsTest extends 
AbstractBusClientServerTestBase
 
         exception.expect(WebServiceException.class);
         exception.expectCause(new TypeSafeMatcher<Throwable>() {
-            @SuppressWarnings("PMD.FinalFieldCouldBeStatic")
             private final String message = "HTTP response '503: Service 
Unavailable' when "
                 + "communicating with http://localhost:"; + BadServer.PORT + 
"/Mortimer";
 
@@ -110,7 +109,6 @@ public class HTTPConduitIoExceptionsTest extends 
AbstractBusClientServerTestBase
 
         exception.expect(WebServiceException.class);
         exception.expectCause(new TypeSafeMatcher<Throwable>() {
-            @SuppressWarnings("PMD.FinalFieldCouldBeStatic")
             private final String message = "HTTP response '404: Not Found' 
when "
                 + "communicating with http://localhost:"; + BadServer.PORT + 
"/Mortimer";
 

Reply via email to