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 | 176–178 |
CollapsibleIfStatements | This if statement could be combined with its parent | 491–505 |
CollapsibleIfStatements | This if statement could be combined with its parent | 509–512 |
CollapsibleIfStatements | This if statement could be combined with its parent | 516–520 |
EmptyControlStatement | Empty if statement | 592–598 |
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 | 176–178 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 491–505 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 509–512 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 516–520 |
EmptyControlStatement | Empty if statement | 3 | 592–598 |
org/apache/maven/plugin/resources/remote/ModelUtils.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'ModelUtils': 'orderAfterMerge' is already in scope | 4 | 112 |