PMD Results
The following document contains the results of PMD 5.3.5.
Files
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
| Violation |
Line |
| These nested if statements could be combined |
722–731 |
| Useless parentheses. |
767 |
| Useless parentheses. |
841 |
| Useless parentheses. |
841 |
| Useless parentheses. |
842 |
| These nested if statements could be combined |
910–914 |
| Useless parentheses. |
1142 |
| Useless parentheses. |
1155 |
| Useless parentheses. |
1343 |
| Useless parentheses. |
1344 |
| These nested if statements could be combined |
1542–1546 |
org/apache/maven/plugin/compiler/CompilerMojo.java
| Violation |
Line |
| Avoid unused private fields such as 'allowPartialRequirements'. |
119 |
org/apache/maven/plugin/compiler/TestCompilerMojo.java
| Violation |
Line |
| Avoid unused private fields such as 'compilePath'. |
155 |
| Avoid empty if statements |
250–252 |