PMD Results

The following document contains the results of PMD 7.17.0.

Violations By Priority

Priority 2

org/eclipse/aether/transport/jdk/JdkTransporter.java

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

Priority 3

org/eclipse/aether/transport/jdk/JdkTransporter.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19678

Files

org/eclipse/aether/transport/jdk/JdkTransporter.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19678
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 311