PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/jxr/pacman/JavaFileImpl.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 87–90 |
Priority 4
org/apache/maven/jxr/JavaCodeTransform.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 749 |
UselessParentheses | Useless parentheses. | 882 |
Files
org/apache/maven/jxr/JavaCodeTransform.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 749 |
UselessParentheses | Useless parentheses. | 4 | 882 |
org/apache/maven/jxr/pacman/JavaFileImpl.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 87–90 |