PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
org/codehaus/plexus/compiler/eclipse/EcjResponseParser.java
| Rule | Violation | Line |
|---|---|---|
| UnusedLocalVariable | Avoid unused local variables such as 'id'. | 107 |
org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
| Rule | Violation | Line |
|---|---|---|
| EmptyCatchBlock | Avoid empty catch blocks | 356–357 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 439–445 |
Priority 4
org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses around `diagnostic.getEndPosition() - diagnostic.getSta...`. | 273 |
Files
org/codehaus/plexus/compiler/eclipse/EcjResponseParser.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnusedLocalVariable | Avoid unused local variables such as 'id'. | 3 | 107 |
org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses around `diagnostic.getEndPosition() - diagnostic.getSta...`. | 4 | 273 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 356–357 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 439–445 |

