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. 475
org/eclipse/aether/internal/impl/DefaultMetadataResolver.java
Rule Violation Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 403
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 283288
EmptyControlStatement Empty if statement 292297

Priority 4

org/eclipse/aether/internal/impl/DefaultArtifactResolver.java
Rule Violation Line
UselessParentheses Useless parentheses. 364
org/eclipse/aether/internal/impl/DefaultFileProcessor.java
Rule Violation Line
UselessParentheses Useless parentheses. 76
org/eclipse/aether/internal/impl/DefaultUpdateCheckManager.java
Rule Violation Line
UselessParentheses Useless parentheses. 338
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 364
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 475

org/eclipse/aether/internal/impl/DefaultFileProcessor.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 76

org/eclipse/aether/internal/impl/DefaultMetadataResolver.java

Rule Violation Priority Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 403

org/eclipse/aether/internal/impl/DefaultRemoteRepositoryManager.java

Rule Violation Priority Line
EmptyControlStatement Empty if statement 3 283288
EmptyControlStatement Empty if statement 3 292297

org/eclipse/aether/internal/impl/DefaultUpdateCheckManager.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 338

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