PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 254–258 |
org/apache/maven/report/projectinfo/LicensesReport.java
Rule | Violation | Line |
---|---|---|
EmptyControlStatement | Empty if statement | 385–387 |
org/apache/maven/report/projectinfo/SummaryReport.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 135–139 |
org/apache/maven/report/projectinfo/TeamReport.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 311–318 |
Priority 4
org/apache/maven/report/projectinfo/DependencyConvergenceReport.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 872 |
org/apache/maven/report/projectinfo/LicensesReport.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 328 |
org/apache/maven/report/projectinfo/ScmReport.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 431 |
org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 555–556 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SummaryTableRowOrder': 'values' is already in scope | 1238 |
Files
org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 254–258 |
org/apache/maven/report/projectinfo/DependencyConvergenceReport.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 872 |
org/apache/maven/report/projectinfo/LicensesReport.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 328 |
EmptyControlStatement | Empty if statement | 3 | 385–387 |
org/apache/maven/report/projectinfo/ScmReport.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 431 |
org/apache/maven/report/projectinfo/SummaryReport.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 135–139 |
org/apache/maven/report/projectinfo/TeamReport.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 311–318 |
org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 555–556 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'SummaryTableRowOrder': 'values' is already in scope | 4 | 1238 |