PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 896–904 |
CollapsibleIfStatements | This if statement could be combined with its parent | 1077–1080 |
org/apache/maven/plugin/compiler/CompilerMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 303–306 |
Priority 4
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 778 |
UselessParentheses | Useless parentheses. | 1035 |
UselessParentheses | Useless parentheses. | 1493 |
UselessParentheses | Useless parentheses. | 1494 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.apache.maven.model': 'Dependency' is already in scope because it is imported in this file | 1738 |
Files
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 778 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 896–904 |
UselessParentheses | Useless parentheses. | 4 | 1035 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 1077–1080 |
UselessParentheses | Useless parentheses. | 4 | 1493 |
UselessParentheses | Useless parentheses. | 4 | 1494 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.apache.maven.model': 'Dependency' is already in scope because it is imported in this file | 4 | 1738 |
org/apache/maven/plugin/compiler/CompilerMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 303–306 |