PMD Results
The following document contains the results of PMD 4.1.
Files
org/apache/fulcrum/template/TemplateEmail.java
Violation |
Line |
Avoid unused private fields such as 'ccName'. |
116 |
Avoid unused private fields such as 'ccEmail'. |
119 |
Avoid empty catch blocks |
509 - 512 |
org/apache/fulcrum/template/TemplateHtmlEmail.java
Violation |
Line |
Avoid empty catch blocks |
205 - 208 |
org/apache/fulcrum/template/jsp/TurbineJspService.java
Violation |
Line |
Avoid unused imports such as 'org.apache.avalon.framework.context.Context' |
31 |
org/apache/fulcrum/template/velocity/DefaultVelocityService.java
Violation |
Line |
Avoid unused private fields such as 'RESOURCE_LOADER_PATH'. |
86 |
Avoid empty catch blocks |
172 - 174 |
Avoid empty catch blocks |
350 - 352 |
Avoid empty if statements |
411 - 449 |
Do not use if statements that are always true or always false |
453 |
org/apache/fulcrum/util/WordWrapUtils.java
Violation |
Line |
These nested if statements could be combined |
188 - 190 |