FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
9 3 0 0

org.opentrafficsim.road.network.factory.shape.TestShapeParser$GisNDWImport

Bug Category Details Line Priority
Dead store to laneType in org.opentrafficsim.road.network.factory.shape.TestShapeParser$GisNDWImport.getPropertiesSpecialLanes(Feature) STYLE DLS_DEAD_LOCAL_STORE 433 Medium
Null passed for non-null parameter of getFeatureIterator(FileDataStore) in org.opentrafficsim.road.network.factory.shape.TestShapeParser$GisNDWImport.getRoadMapNWB(String, String, String) CORRECTNESS NP_NULL_PARAM_DEREF 248 Medium
Should org.opentrafficsim.road.network.factory.shape.TestShapeParser$GisNDWImport be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 139-483 Medium