PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 2
org/eclipse/aether/internal/impl/DefaultArtifactResolver.java
Rule | Violation | Line |
---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 396 |
org/eclipse/aether/internal/impl/DefaultMetadataResolver.java
Rule | Violation | Line |
---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 353 |
org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java
Rule | Violation | Line |
---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 106 |
Priority 3
org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager.java
Rule | Violation | Line |
---|---|---|
EmptyControlStatement | Empty if statement | 280–285 |
EmptyControlStatement | Empty if statement | 289–294 |
EmptyControlStatement | Empty if statement | 296–301 |
Priority 4
org/eclipse/aether/internal/impl/DefaultArtifactResolver.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 285 |
org/eclipse/aether/internal/impl/DefaultFileProcessor.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 70 |
org/eclipse/aether/internal/impl/DefaultUpdateCheckManager.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 322 |
org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 42 |
Files
org/eclipse/aether/internal/impl/DefaultArtifactResolver.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 285 |
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 396 |
org/eclipse/aether/internal/impl/DefaultFileProcessor.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 70 |
org/eclipse/aether/internal/impl/DefaultMetadataResolver.java
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 353 |
org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyControlStatement | Empty if statement | 3 | 280–285 |
EmptyControlStatement | Empty if statement | 3 | 289–294 |
EmptyControlStatement | Empty if statement | 3 | 296–301 |
org/eclipse/aether/internal/impl/DefaultUpdateCheckManager.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 322 |
org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 42 |
AvoidBranchingStatementAsLastInLoop | Avoid using a branching statement as the last in a loop. | 2 | 106 |