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