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 896904
CollapsibleIfStatements This if statement could be combined with its parent 10771080
org/apache/maven/plugin/compiler/CompilerMojo.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 303306

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 896904
UselessParentheses Useless parentheses. 4 1035
CollapsibleIfStatements This if statement could be combined with its parent 3 10771080
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 303306