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 | 1369–1384 |
org/apache/maven/plugins/invoker/InvokerProperties.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 334–336 |
Priority 4
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 837 |
UselessParentheses | Useless parentheses. | 1160 |
UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.apache.maven.settings.TrackableBase' due to existing import 'org.apache.maven.settings.TrackableBase' | 1436 |
Files
org/apache/maven/plugins/invoker/AbstractInvokerMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 837 |
UselessParentheses | Useless parentheses. | 4 | 1160 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 1369–1384 |
UnnecessaryFullyQualifiedName | Unnecessary use of fully qualified name 'org.apache.maven.settings.TrackableBase' due to existing import 'org.apache.maven.settings.TrackableBase' | 4 | 1436 |
org/apache/maven/plugins/invoker/InvokerProperties.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 334–336 |