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
37 4 0 0

org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer

Bug Category Details Line Priority
org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer.LEGEND is a mutable collection MALICIOUS_CODE MS_MUTABLE_COLLECTION 31 High

org.opentrafficsim.core.animation.network.NetworkAnimation

Bug Category Details Line Priority
Method org.opentrafficsim.core.animation.network.NetworkAnimation.notify(EventInterface) seems to be useless STYLE UC_USELESS_VOID_METHOD 161 Medium

org.opentrafficsim.road.gtu.colorer.GTUTypeColorer

Bug Category Details Line Priority
Redundant nullcheck of color, which is known to be non-null in org.opentrafficsim.road.gtu.colorer.GTUTypeColorer.getColor(GTU) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 124 High
Nullcheck of gtuType at line 119 of value previously dereferenced in org.opentrafficsim.road.gtu.colorer.GTUTypeColorer.getColor(GTU) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 118 Medium