PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 1407–1422 |
org/apache/maven/plugins/invoker/InvokerProperties.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 350–352 |
Priority 4
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 843 |
UselessParentheses | Useless parentheses. | 1194 |
UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.apache.maven.settings.TrackableBase' due to existing import 'org.apache.maven.settings.TrackableBase' | 1474 |
UselessParentheses | Useless parentheses. | 1684 |
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 | 843 |
UselessParentheses | Useless parentheses. | 4 | 1194 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 1407–1422 |
UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.apache.maven.settings.TrackableBase' due to existing import 'org.apache.maven.settings.TrackableBase' | 4 | 1474 |
UselessParentheses | Useless parentheses. | 4 | 1684 |
org/apache/maven/plugins/invoker/InvokerProperties.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 350–352 |
org/apache/maven/plugins/invoker/InvokerReportRenderer.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 117 |
UselessParentheses | Useless parentheses. | 4 | 118 |