The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to rg in org.opentrafficsim.road.network.factory.vissim.FillTag.makeFill(FillTag, VissimNetworkLaneParser, LinkTag, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | DLS_DEAD_LOCAL_STORE | 254 | High |
Dead store to lane in org.opentrafficsim.road.network.factory.vissim.FillTag.makeFill(FillTag, VissimNetworkLaneParser, LinkTag, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | DLS_DEAD_LOCAL_STORE | 247 | Medium |
Dead store of org.opentrafficsim.road.gtu.lane.LaneBasedIndividualGTU.class in org.opentrafficsim.road.network.factory.vissim.FillTag.makeFill(FillTag, VissimNetworkLaneParser, LinkTag, DEVSSimulatorInterface$TimeDoubleUnit) | CORRECTNESS | DLS_DEAD_STORE_OF_CLASS_LITERAL | 248 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.opentrafficsim.road.network.factory.vissim.LinkTag.parseLinkGeometry(VissimNetworkLaneParser, Node, LinkTag) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 353 | Medium |
Class org.opentrafficsim.road.network.factory.vissim.LinkTag defines non-transient non-serializable instance field bezierTag | BAD_PRACTICE | SE_BAD_FIELD | Not available | High |
Unwritten public or protected field: org.opentrafficsim.road.network.factory.vissim.LinkTag.roadLayoutTag | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 48 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to color in org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToConnector(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | DLS_DEAD_LOCAL_STORE | 620 | Medium |
Dead store to color in org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToLink(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | DLS_DEAD_LOCAL_STORE | 507 | Medium |
Dead store to linkDirection in org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToLink(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | DLS_DEAD_LOCAL_STORE | 489 | Medium |
Useless object stored in variable cseList of method org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToConnector(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | UC_USELESS_OBJECT | 601 | Medium |
Useless object stored in variable lanes of method org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToConnector(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | UC_USELESS_OBJECT | 602 | Medium |
Useless object stored in variable cseList of method org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToLink(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | UC_USELESS_OBJECT | 486 | Medium |
Useless object stored in variable lanes of method org.opentrafficsim.road.network.factory.vissim.Links.applyRoadTypeToLink(LinkTag, VissimNetworkLaneParser, DEVSSimulatorInterface$TimeDoubleUnit) | STYLE | UC_USELESS_OBJECT | 487 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.opentrafficsim.road.network.factory.vissim.ListGeneratorTag.gtuColorer | CORRECTNESS | UWF_UNWRITTEN_FIELD | 167 | Medium |