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
35 3 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
org.opentrafficsim.road.gtu.colorer.GTUTypeColorer.getLegend() makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 111 Medium