The following document contains the results of PMD 5.5.1.
Violation | Line |
---|---|
Avoid unused imports such as 'java.util.Arrays' | 41 |
Avoid unused imports such as 'java.util.Arrays' | 41 |
Avoid printStackTrace(); use a logger call instead. | 118 |
Avoid printStackTrace(); use a logger call instead. | 135 |
Avoid variables with short names like i | 171 |
Avoid empty catch blocks | 178–181 |
Deeply nested if..then statements are hard to read | 219–225 |
Avoid throwing raw exception types. | 268 |