Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
Description
Hello
One of our clients PMD rules fails while validating a CXF generated class for a @WebServiceClient.
The problem is that there is a raw System.err.println("Can not initialize the default wsdl from file:...") generated in the static
{URL url}initializer.
Would it be possible to use a Commons Logging delegate instead of a raw print statement ?
Thanks