The following document contains the results of PMD 6.4.0.
Violation | Priority | Line |
---|---|---|
Avoid unused local variables such as 'started'. | 3 | 83 |
Violation | Priority | Line |
---|---|---|
Avoid unnecessary return statements | 3 | 100 |
Unnecessary use of fully qualified name 'java.awt.geom.Rectangle2D.Double' due to existing import 'java.awt.geom.Rectangle2D' | 4 | 112 |
Avoid unused method parameters such as 'specialLaneMapNWB'. | 3 | 186 |
Avoid unused local variables such as 'lineSegmentList'. | 3 | 196 |
An empty statement (semicolon) not part of a loop | 3 | 211 |
Avoid unused local variables such as 'laneType'. | 3 | 433 |
These nested if statements could be combined | 3 | 457–460 |