PMD Results

The following document contains the results of PMD 5.3.5.

Files

org/opentrafficsim/road/network/factory/shape/SubstringLine.java

Violation Line
Avoid unused local variables such as 'started'. 83

org/opentrafficsim/road/network/factory/shape/TestShapeParser.java

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'. 188
Avoid unused local variables such as 'lineSegmentList'. 198
An empty statement (semicolon) not part of a loop 213
Avoid unused local variables such as 'laneType'. 435
These nested if statements could be combined 459462