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 6eebccf57c Revert "Fix PMD violations"
6eebccf57c is described below

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

    Revert "Fix PMD violations"
    
    This reverts commit 0e7218e8ef60ee125b6d081f1540f9e5820c1e63.
---
 .../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 d045de785e..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
@@ -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