PMD Results
The following document contains the results of PMD 7.7.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 | 1428–1443 | 
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 | 1495 | 
| UselessParentheses | Useless parentheses. | 1705 | 
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 | 1428–1443 | 
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.apache.maven.settings': 'TrackableBase' is already in scope because it is imported in this file | 4 | 1495 | 
| UselessParentheses | Useless parentheses. | 4 | 1705 | 
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 | 


