PMD Results

The following document contains the results of PMD 7.0.0.

Violations By Priority

Priority 3

org/apache/maven/plugin/resources/remote/ModelInheritanceAssembler.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 176178
CollapsibleIfStatements This if statement could be combined with its parent 491505
CollapsibleIfStatements This if statement could be combined with its parent 509512
CollapsibleIfStatements This if statement could be combined with its parent 516520
EmptyControlStatement Empty if statement 592598

Priority 4

org/apache/maven/plugin/resources/remote/ModelUtils.java
Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ModelUtils': 'orderAfterMerge' is already in scope 112

Files

org/apache/maven/plugin/resources/remote/ModelInheritanceAssembler.java

Rule Violation Priority Line
CollapsibleIfStatements This if statement could be combined with its parent 3 176178
CollapsibleIfStatements This if statement could be combined with its parent 3 491505
CollapsibleIfStatements This if statement could be combined with its parent 3 509512
CollapsibleIfStatements This if statement could be combined with its parent 3 516520
EmptyControlStatement Empty if statement 3 592598

org/apache/maven/plugin/resources/remote/ModelUtils.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'ModelUtils': 'orderAfterMerge' is already in scope 4 112