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' | 101 |
Avoid unused method parameters such as 'specialLaneMapNWB'. | 162 |
Avoid unused local variables such as 'lineSegmentList'. | 170 |
An empty statement (semicolon) not part of a loop | 184 |
Avoid unused local variables such as 'laneType'. | 377 |
These nested if statements could be combined | 399–401 |