PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 1407–1422 |
org/apache/maven/plugins/invoker/InvokerProperties.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 350–352 |
Priority 4
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.apache.maven.settings': 'TrackableBase' is already in scope because it is imported in this file | 1474 |
| UselessParentheses | Useless parentheses. | 1684 |
org/apache/maven/plugins/invoker/InvokerProperties.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 481 |
org/apache/maven/plugins/invoker/InvokerReportRenderer.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 118 |
Files
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 1407–1422 |
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.apache.maven.settings': 'TrackableBase' is already in scope because it is imported in this file | 4 | 1474 |
| UselessParentheses | Useless parentheses. | 4 | 1684 |
org/apache/maven/plugins/invoker/InvokerProperties.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 350–352 |
| UselessParentheses | Useless parentheses. | 4 | 481 |
org/apache/maven/plugins/invoker/InvokerReportRenderer.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 118 |


