PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/help/EvaluateMojo.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 457–462 |
Priority 4
org/apache/maven/plugins/help/DescribeMojo.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 509 |
| UselessParentheses | Useless parentheses. | 509 |
org/apache/maven/plugins/help/EffectivePomMojo.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 218 |
Files
org/apache/maven/plugins/help/DescribeMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 509 |
| UselessParentheses | Useless parentheses. | 4 | 509 |
org/apache/maven/plugins/help/EffectivePomMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 218 |
org/apache/maven/plugins/help/EvaluateMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 457–462 |


