PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 3

org/apache/maven/plugin/jxr/JxrReport.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 8890
CollapsibleIfStatements These nested if statements could be combined 105107
org/apache/maven/plugin/jxr/JxrTestReport.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 6971
CollapsibleIfStatements These nested if statements could be combined 8284

Priority 4

org/apache/maven/plugin/jxr/JxrReport.java
Rule Violation Line
UselessParentheses Useless parentheses. 135
UselessParentheses Useless parentheses. 136
org/apache/maven/plugin/jxr/JxrReportUtil.java
Rule Violation Line
UselessParentheses Useless parentheses. 170
UselessParentheses Useless parentheses. 171
UselessParentheses Useless parentheses. 175
UselessParentheses Useless parentheses. 176
org/apache/maven/plugin/jxr/JxrTestReport.java
Rule Violation Line
UselessParentheses Useless parentheses. 117
UselessParentheses Useless parentheses. 118

Files

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

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 8890
CollapsibleIfStatements These nested if statements could be combined 3 105107
UselessParentheses Useless parentheses. 4 135
UselessParentheses Useless parentheses. 4 136

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

Rule Violation Priority Line
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 These nested if statements could be combined 3 6971
CollapsibleIfStatements These nested if statements could be combined 3 8284
UselessParentheses Useless parentheses. 4 117
UselessParentheses Useless parentheses. 4 118