Last published: 17 May 2006 18:15 GMT+05:30 | Doc for 2.4.1.BETA
Project Documentation
About InfraRED Tools
Project Info
Project Reports
JCoverage
PMD Report
Checkstyle
Development Process
PMD Results
The following document contains the results of
PMD
.
Summary
Files
Errors
5
6
Files
Files
Violations
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
Violation
Line
Avoid unused imports such as 'Iterator'
28
net/sf/infrared/tools/server/AbstractServerIntegrator.java
Violation
Line
Avoid empty catch blocks
160
net/sf/infrared/tools/server/ServletIntegrator.java
Violation
Line
Avoid unused imports such as 'SAXException'
34
Avoid empty catch blocks
157
net/sf/infrared/tools/server/WeblogicIntegrator.java
Violation
Line
Avoid unused imports such as 'SAXException'
33
net/sf/infrared/tools/util/JarHelper.java
Violation
Line
Avoid unused local variables such as 'dest'
103