PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/changes/ReleaseUtils.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 137–139 |
org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 606–608 |
Priority 4
org/apache/maven/plugins/changes/ProjectUtils.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 48 |
UselessParentheses | Useless parentheses. | 51 |
Files
org/apache/maven/plugins/changes/ProjectUtils.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 48 |
UselessParentheses | Useless parentheses. | 4 | 51 |
org/apache/maven/plugins/changes/ReleaseUtils.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 137–139 |
org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 606–608 |