PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

nl/tudelft/simulation/dsol/animation/gis/osm/OsmLayerSink.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 105110
UnusedLocalVariable Avoid unused local variables such as 'route'. 131

nl/tudelft/simulation/dsol/animation/gis/osm/OsmRenderable2d.java

Rule Violation Line
UnusedFormalParameter Avoid unused constructor parameters such as 'coordinateTransform'. 93

Files

nl/tudelft/simulation/dsol/animation/gis/osm/OsmLayerSink.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 105110
UnusedLocalVariable Avoid unused local variables such as 'route'. 3 131

nl/tudelft/simulation/dsol/animation/gis/osm/OsmRenderable2d.java

Rule Violation Priority Line
UnusedFormalParameter Avoid unused constructor parameters such as 'coordinateTransform'. 3 93