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 | 88–90 |
| CollapsibleIfStatements | These nested if statements could be combined | 105–107 |
org/apache/maven/plugin/jxr/JxrTestReport.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 69–71 |
| CollapsibleIfStatements | These nested if statements could be combined | 82–84 |
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 | 88–90 |
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 105–107 |
| 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 | 69–71 |
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 82–84 |
| UselessParentheses | Useless parentheses. | 4 | 117 |
| UselessParentheses | Useless parentheses. | 4 | 118 |


