PMD Results
The following document contains the results of PMD 6.49.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 1365–1380 |
org/apache/maven/plugins/invoker/InvokerProperties.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 336–338 |
Priority 4
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 833 |
| UselessParentheses | Useless parentheses. | 1156 |
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.apache.maven.settings.TrackableBase' due to existing import 'org.apache.maven.settings.TrackableBase' | 1432 |
| UselessParentheses | Useless parentheses. | 1642 |
org/apache/maven/plugins/invoker/InvokerReportRenderer.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 117 |
| UselessParentheses | Useless parentheses. | 118 |
Files
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 833 |
| UselessParentheses | Useless parentheses. | 4 | 1156 |
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 1365–1380 |
| UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.apache.maven.settings.TrackableBase' due to existing import 'org.apache.maven.settings.TrackableBase' | 4 | 1432 |
| UselessParentheses | Useless parentheses. | 4 | 1642 |
org/apache/maven/plugins/invoker/InvokerProperties.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 336–338 |
org/apache/maven/plugins/invoker/InvokerReportRenderer.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 117 |
| UselessParentheses | Useless parentheses. | 4 | 118 |


