PMD Results

The following document contains the results of PMD 7.0.0.

Violations By Priority

Priority 2

org/eclipse/aether/transport/jetty/JettyTransporter.java
Rule Violation Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 291

Priority 3

org/eclipse/aether/transport/jetty/JettyTransporter.java
Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19546
CollapsibleIfStatements This if statement could be combined with its parent 363369

Files

org/eclipse/aether/transport/jetty/JettyTransporter.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 19546
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 291
CollapsibleIfStatements This if statement could be combined with its parent 3 363369