PMD Results

The following document contains the results of PMD 7.0.0.

Violations By Priority

Priority 3

org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java
Rule Violation Line
UnusedFormalParameter Avoid unused method parameters such as 'pluginDescriptor'. 378
CollapsibleIfStatements This if statement could be combined with its parent 640642

Priority 4

org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java
Rule Violation Line
UselessParentheses Useless parentheses. 214
UselessParentheses Useless parentheses. 216

Files

org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 214
UselessParentheses Useless parentheses. 4 216
UnusedFormalParameter Avoid unused method parameters such as 'pluginDescriptor'. 3 378
CollapsibleIfStatements This if statement could be combined with its parent 3 640642