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 | 84–86 | 
| CollapsibleIfStatements | This if statement could be combined with its parent | 101–103 | 
org/apache/maven/plugin/jxr/JxrTestReport.java
| Rule | Violation | Line | 
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 65–67 | 
| CollapsibleIfStatements | This if statement could be combined with its parent | 78–80 | 
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 | 84–86 | 
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 101–103 | 
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 | 65–67 | 
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 78–80 | 


