PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
38

Files

FilesViolations
org/apache/axis/deployment/DeploymentEngine.java 1
org/apache/axis/deployment/DeploymentParser.java 6
org/apache/axis/deployment/EngineRegistryFactoryImpl.java 1

org/apache/axis/deployment/DeploymentEngine.java

ViolationLine
Avoid unused local variables such as 'repository' 193

org/apache/axis/deployment/DeploymentParser.java

ViolationLine
Avoid unused private fields such as 'inputStream' 58
Avoid unused private fields such as 'archiveName' 69
Avoid empty 'if' statements 156
Avoid empty 'if' statements 541
Avoid empty 'if' statements 544
Avoid empty 'if' statements 547

org/apache/axis/deployment/EngineRegistryFactoryImpl.java

ViolationLine
Avoid unused imports such as 'PhaseException' 22