The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.opentrafficsim.road.network.factory.shape.TestShapeParser$GisNDWImport | 3 |
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 | 437 | 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 | 252 | Medium |
Should org.opentrafficsim.road.network.factory.shape.TestShapeParser$GisNDWImport be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 142-481 | Medium |