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 430448
org/apache/maven/plugins/gpg/BcSigner.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 312315
org/apache/maven/plugins/gpg/SignDeployedMojo.java
Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 227245

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 430448

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 312315

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 227245