PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/clean/Cleaner.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 119–121 |
Priority 4
org/apache/maven/plugins/clean/CleanMojo.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 265 |
| UselessParentheses | Useless parentheses. | 266 |
org/apache/maven/plugins/clean/Cleaner.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 262 |
Files
org/apache/maven/plugins/clean/CleanMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 265 |
| UselessParentheses | Useless parentheses. | 4 | 266 |
org/apache/maven/plugins/clean/Cleaner.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 119–121 |
| UselessParentheses | Useless parentheses. | 4 | 262 |


