PMD Results
The following document contains the results of PMD 6.38.0.
Violations By Priority
Priority 4
org/apache/maven/plugin/descriptor/MojoDescriptor.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 698 |
| UselessParentheses | Useless parentheses. | 699 |
org/apache/maven/plugin/descriptor/Parameter.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 123 |
Files
org/apache/maven/plugin/descriptor/MojoDescriptor.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 698 |
| UselessParentheses | Useless parentheses. | 4 | 699 |
org/apache/maven/plugin/descriptor/Parameter.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 123 |


