The following document contains the results of PMD 5.3.5.
| Violation | Line |
|---|---|
| Avoid unused local variables such as 'started'. | 83 |
| Violation | Line |
|---|---|
| Unnecessary use of fully qualified name 'java.awt.geom.Rectangle2D.Double' due to existing import 'java.awt.geom.Rectangle2D' | 115 |
| Avoid unused method parameters such as 'specialLaneMapNWB'. | 190 |
| Avoid unused local variables such as 'lineSegmentList'. | 200 |
| An empty statement (semicolon) not part of a loop | 215 |
| Avoid unused local variables such as 'laneType'. | 437 |
| These nested if statements could be combined | 461–464 |