PMD Results

The following document contains the results of PMD.

Summary

FilesErrors
56

Files

FilesViolations
net/sf/infrared/tools/ant/ModuleType.java 1
net/sf/infrared/tools/server/AbstractServerIntegrator.java 1
net/sf/infrared/tools/server/ServletIntegrator.java 2
net/sf/infrared/tools/server/WeblogicIntegrator.java 1
net/sf/infrared/tools/util/JarHelper.java 1

net/sf/infrared/tools/ant/ModuleType.java

ViolationLine
Avoid unused imports such as 'Iterator' 28

net/sf/infrared/tools/server/AbstractServerIntegrator.java

ViolationLine
Avoid empty catch blocks 160

net/sf/infrared/tools/server/ServletIntegrator.java

ViolationLine
Avoid unused imports such as 'SAXException' 34
Avoid empty catch blocks 157

net/sf/infrared/tools/server/WeblogicIntegrator.java

ViolationLine
Avoid unused imports such as 'SAXException' 33

net/sf/infrared/tools/util/JarHelper.java

ViolationLine
Avoid unused local variables such as 'dest' 103