PMD Results

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

Priority 3

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

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 19545
CollapsibleIfStatements This if statement could be combined with its parent 362368

Files

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

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