PMD Results
The following document contains the results of PMD 4.2.2.
Files
org/apache/commons/cli/GnuParser.java
| Violation |
Line |
| Avoid modifying an outer loop incrementer in an inner loop for update expression |
104 - 107 |
org/apache/commons/cli/HelpFormatter.java
| Violation |
Line |
| Avoid unused imports such as 'java.util.StringTokenizer' |
27 |
| Avoid unused imports such as 'java.io.InputStream' |
28 |
| Avoid unused imports such as 'java.io.ByteArrayOutputStream' |
29 |
org/apache/commons/cli/Parser.java
| Violation |
Line |
| Avoid empty catch blocks |
274 - 277 |