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 && 137

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. 59
UselessParentheses Useless parentheses. 138
UnnecessaryFullyQualifiedName Unnecessary qualifier 'org.eclipse.aether.artifact': 'Artifact' is already in scope because it is imported in this file 186

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
UselessParentheses Useless parentheses. 4 59
SimplifiedTernary This conditional expression can be simplified with || or && 3 137
UselessParentheses Useless parentheses. 4 138
UnnecessaryFullyQualifiedName Unnecessary qualifier 'org.eclipse.aether.artifact': 'Artifact' is already in scope because it is imported in this file 4 186