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 | 98–101 |
| CollapsibleIfStatements | These nested if statements could be combined | 119–122 |
org/apache/maven/plugin/jxr/JxrTestReport.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | These nested if statements could be combined | 76–79 |
| CollapsibleIfStatements | These nested if statements could be combined | 92–95 |
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 | 98–101 |
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 119–122 |
| 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 | 76–79 |
| CollapsibleIfStatements | These nested if statements could be combined | 3 | 92–95 |
| UselessParentheses | Useless parentheses. | 4 | 134 |
| UselessParentheses | Useless parentheses. | 4 | 134 |


