PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/plugins/gpg/AbstractGpgMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 430–448 |
org/apache/maven/plugins/gpg/BcSigner.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 312–315 |
org/apache/maven/plugins/gpg/SignDeployedMojo.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 227–245 |
Priority 4
org/apache/maven/plugins/gpg/BcSigner.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 222 |
org/apache/maven/plugins/gpg/GpgVersion.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 74 |
Files
org/apache/maven/plugins/gpg/AbstractGpgMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 430–448 |
org/apache/maven/plugins/gpg/BcSigner.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 222 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 312–315 |
org/apache/maven/plugins/gpg/GpgVersion.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 74 |
org/apache/maven/plugins/gpg/SignDeployedMojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 227–245 |