PMD Results
The following document contains the results of PMD 3.9.
Files
org/displaytag/decorator/Decorator.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 176 - 179 |
| Avoid empty catch blocks | 180 - 183 |
| Avoid empty catch blocks | 184 - 187 |
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/HeaderCell.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.apache.commons.beanutils.Converter' | 16 |
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 | 443 - 457 |
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 | 956 - 958 |
| These nested if statements could be combined | 1191 - 1194 |
| These nested if statements could be combined | 1511 - 1515 |
org/displaytag/tags/el/ELCaptionTagBeanInfo.java
| Violation | Line |
|---|
| Avoid empty catch blocks | 55 - 58 |