PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/displaytag/decorator/CheckboxTableDecorator.java
| Violation |
Line |
| Avoid unused private fields such as 'params'. |
38 |
| Avoid empty catch blocks |
95 - 98 |
org/displaytag/decorator/Decorator.java
| Violation |
Line |
| Avoid empty catch blocks |
196 - 199 |
| Avoid empty catch blocks |
200 - 203 |
| Avoid empty catch blocks |
204 - 207 |
org/displaytag/exception/RuntimeLookupException.java
| Violation |
Line |
| Avoid unused constructor parameters such as 'sourceClass'. |
35 - 39 |
org/displaytag/export/DefaultPdfExportView.java
| Violation |
Line |
| Avoid empty catch blocks |
80 - 82 |
| Avoid empty catch blocks |
83 - 85 |
org/displaytag/model/Column.java
| Violation |
Line |
| These nested if statements could be combined |
141 - 144 |
org/displaytag/model/Row.java
| Violation |
Line |
| Avoid empty catch blocks |
167 - 172 |
org/displaytag/model/RowIterator.java
| Violation |
Line |
| Avoid unused constructor parameters such as 'columnList'. |
67 - 73 |
org/displaytag/model/TableModel.java
| Violation |
Line |
| These nested if statements could be combined |
466 - 480 |
org/displaytag/properties/TableProperties.java
| Violation |
Line |
| Avoid empty catch blocks |
502 - 505 |
org/displaytag/tags/ColumnTag.java
| Violation |
Line |
| Avoid unused imports such as 'java.text.Collator' |
14 |
| Avoid unused imports such as 'org.displaytag.model.DefaultComparator' |
38 |
org/displaytag/tags/TableFooterTag.java
| Violation |
Line |
| Avoid unused private fields such as 'showAsLastRow'. |
47 |
| These nested if statements could be combined |
69 - 72 |
org/displaytag/tags/TableTag.java
| Violation |
Line |
| Avoid empty if statements |
1046 - 1048 |
| These nested if statements could be combined |
1285 - 1288 |
| These nested if statements could be combined |
1601 - 1605 |
org/displaytag/tags/el/ELCaptionTagBeanInfo.java
| Violation |
Line |
| Avoid empty catch blocks |
55 - 58 |
org/displaytag/util/PostHref.java
| Violation |
Line |
| Avoid unused imports such as 'org.apache.commons.lang.StringEscapeUtils' |
10 |
| Ensure you override both equals() and hashCode() |
75 |