PMD Results
The following document contains the results of PMD 5.3.2.
Files
org/codehaus/mojo/natives/Dependency.java
Violation |
Line |
Unnecessary use of fully qualified name 'java.util.ArrayList' due to existing import 'java.util.ArrayList' |
287 |
org/codehaus/mojo/natives/SourceDependencyAnalyzer.java
Violation |
Line |
Useless parentheses. |
48 |
Useless parentheses. |
48 |
org/codehaus/mojo/natives/javah/Javah.java
Violation |
Line |
Avoid modifiers which are implied by the context |
34 |
org/codehaus/mojo/natives/parser/AbstractParser.java
Violation |
Line |
Avoid modifying an outer loop incrementer in an inner loop for update expression |
72–79 |
org/codehaus/mojo/natives/util/FileUtil.java
Violation |
Line |
These nested if statements could be combined |
91–94 |
Avoid empty catch blocks |
165–168 |