PMD Results

The following document contains the results of PMD 7.0.0.

Violations By Priority

Priority 3

org/apache/maven/plugin/jxr/JxrReport.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 8486
CollapsibleIfStatements This if statement could be combined with its parent 101103
org/apache/maven/plugin/jxr/JxrTestReport.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 6567
CollapsibleIfStatements This if statement could be combined with its parent 7880

Priority 4

org/apache/maven/plugin/jxr/JxrReportUtil.java
Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'JxrReportUtil': 'getMavenJavadocPluginBasicOption' is already in scope 55
UselessParentheses Useless parentheses. 170
UselessParentheses Useless parentheses. 171
UselessParentheses Useless parentheses. 175
UselessParentheses Useless parentheses. 176

Files

org/apache/maven/plugin/jxr/JxrReport.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 8486
CollapsibleIfStatements This if statement could be combined with its parent 3 101103

org/apache/maven/plugin/jxr/JxrReportUtil.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'JxrReportUtil': 'getMavenJavadocPluginBasicOption' is already in scope 4 55
UselessParentheses Useless parentheses. 4 170
UselessParentheses Useless parentheses. 4 171
UselessParentheses Useless parentheses. 4 175
UselessParentheses Useless parentheses. 4 176

org/apache/maven/plugin/jxr/JxrTestReport.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 6567
CollapsibleIfStatements This if statement could be combined with its parent 3 7880