PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/eclipse/aether/generator/gnupg/GnupgSignatureArtifactGeneratorFactory.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 155–158 |
Priority 4
org/eclipse/aether/generator/gnupg/loaders/GpgAgentPasswordLoader.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 126 |
Files
org/eclipse/aether/generator/gnupg/GnupgSignatureArtifactGeneratorFactory.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 155–158 |
org/eclipse/aether/generator/gnupg/loaders/GpgAgentPasswordLoader.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 126 |