PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/artifact/buildinfo/DescribeBuildOutputMojo.java
Rule | Violation | Line |
---|---|---|
SimplifiedTernary | This conditional expression can be simplified with || or && | 108 |
Priority 4
org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 182 |
org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 188 |
UselessParentheses | Useless parentheses. | 197 |
org/apache/maven/plugins/artifact/buildinfo/DescribeBuildOutputMojo.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 109 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.eclipse.aether.artifact': 'Artifact' is already in scope because it is imported in this file | 157 |
Files
org/apache/maven/plugins/artifact/buildinfo/AbstractBuildinfoMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 182 |
org/apache/maven/plugins/artifact/buildinfo/CompareMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 188 |
UselessParentheses | Useless parentheses. | 4 | 197 |
org/apache/maven/plugins/artifact/buildinfo/DescribeBuildOutputMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
SimplifiedTernary | This conditional expression can be simplified with || or && | 3 | 108 |
UselessParentheses | Useless parentheses. | 4 | 109 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'org.eclipse.aether.artifact': 'Artifact' is already in scope because it is imported in this file | 4 | 157 |