Fork me on GitHub

PMD Results

The following document contains the results of PMD 7.17.0.

Violations By Priority

Priority 3

org/apache/rat/anttasks/BaseAntTask.java

Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 139141
CollapsibleIfStatements This if statement could be combined with its parent 157164
CollapsibleIfStatements This if statement could be combined with its parent 187193
CollapsibleIfStatements This if statement could be combined with its parent 205215

Priority 4

org/apache/rat/anttasks/Help.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AbstractHelp': 'header' is already in scope 89

Files

org/apache/rat/anttasks/BaseAntTask.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 139141
CollapsibleIfStatements This if statement could be combined with its parent 3 157164
CollapsibleIfStatements This if statement could be combined with its parent 3 187193
CollapsibleIfStatements This if statement could be combined with its parent 3 205215

org/apache/rat/anttasks/Help.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'AbstractHelp': 'header' is already in scope 4 89