PMD Results
The following document contains the results of PMD 7.7.0.
Violations By Priority
Priority 3
org/apache/maven/scm/command/update/AbstractUpdateCommand.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 85–87 |
Priority 4
org/apache/maven/scm/CommandParameters.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 107 |
Files
org/apache/maven/scm/CommandParameters.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 107 |
org/apache/maven/scm/command/update/AbstractUpdateCommand.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 85–87 |