PMD Results

The following document contains the results of PMD 7.7.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. 427

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

Rule Violation Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 370

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 280285
EmptyControlStatement Empty if statement 289294
EmptyControlStatement Empty if statement 296301

Priority 4

org/eclipse/aether/impl/scope/BuildScopeQuery.java

Rule Violation Line
UselessParentheses Useless parentheses. 79

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

Rule Violation Line
UselessParentheses Useless parentheses. 81

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

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Collectors': 'toList' is already in scope 296

Files

org/eclipse/aether/impl/scope/BuildScopeQuery.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 79

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

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

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 81

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

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

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

Rule Violation Priority Line
EmptyControlStatement Empty if statement 3 280285
EmptyControlStatement Empty if statement 3 289294
EmptyControlStatement Empty if statement 3 296301

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

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Collectors': 'toList' is already in scope 4 296

org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java

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