PMD Results

The following document contains the results of PMD 4.2.2.

Files

org/apache/james/jspf/tester/DNSTestingServer.java

Violation Line
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 116
Avoid unused method parameters such as 'name'. 257 - 260
Avoid empty catch blocks 280
Avoid empty if statements 423 - 424

org/apache/james/jspf/tester/DNSTestingServerLauncher.java

Violation Line
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! 94

org/apache/james/jspf/tester/TCPListener.java

Violation Line
Avoid empty catch blocks 105 - 106