PMD Results

The following document contains the results of PMD 4.2.2.

Files

org/apache/ws/scout/registry/BusinessLifeCycleManagerImpl.java

Violation Line
Avoid unused imports such as 'java.util.Hashtable' 24
Avoid empty catch blocks 771 - 772
Avoid unused local variables such as 'pwd'. 846

org/apache/ws/scout/registry/BusinessLifeCycleManagerV3Impl.java

Violation Line
Avoid unused imports such as 'java.util.Hashtable' 24
Avoid unused local variables such as 'pwd'. 872

org/apache/ws/scout/registry/BusinessQueryManagerImpl.java

Violation Line
Avoid unused local variables such as 'pwd'. 1064

org/apache/ws/scout/registry/BusinessQueryManagerV3Impl.java

Violation Line
Avoid unused local variables such as 'pwd'. 1046

org/apache/ws/scout/registry/RegistryImpl.java

Violation Line
An empty statement (semicolon) not part of a loop 820

org/apache/ws/scout/transport/SaajTransport.java

Violation Line
No need to import a type that lives in the same package 27
These nested if statements could be combined 184 - 185

org/apache/ws/scout/util/ScoutJaxrUddiV3Helper.java

Violation Line
Avoid unused local variables such as 's'. 392
Avoid unused local variables such as 'sl1'. 437
Avoid empty if statements 536 - 540