PMD Results

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

Priority 3

org/eclipse/aether/transport/jdk/JdkTransporter.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19573

Files

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

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