PMD Results

The following document contains the results of PMD 6.42.0.

Violations By Priority

Priority 3

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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 98101
CollapsibleIfStatements These nested if statements could be combined 119122

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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 7679
CollapsibleIfStatements These nested if statements could be combined 9295

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 155
UselessParentheses Useless parentheses. 155

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

Rule Violation Line
UselessParentheses Useless parentheses. 199
UselessParentheses Useless parentheses. 200
UselessParentheses Useless parentheses. 205
UselessParentheses Useless parentheses. 206

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

Rule Violation Line
UselessParentheses Useless parentheses. 134
UselessParentheses Useless parentheses. 134

Files

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

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 98101
CollapsibleIfStatements These nested if statements could be combined 3 119122
UselessParentheses Useless parentheses. 4 155
UselessParentheses Useless parentheses. 4 155

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 199
UselessParentheses Useless parentheses. 4 200
UselessParentheses Useless parentheses. 4 205
UselessParentheses Useless parentheses. 4 206

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

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 7679
CollapsibleIfStatements These nested if statements could be combined 3 9295
UselessParentheses Useless parentheses. 4 134
UselessParentheses Useless parentheses. 4 134