The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer | 1 | 
| org.opentrafficsim.core.animation.network.NetworkAnimation | 1 | 
| org.opentrafficsim.road.gtu.colorer.GTUTypeColorer | 1 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| org.opentrafficsim.core.animation.gtu.colorer.IDGTUColorer.LEGEND is a mutable collection | MALICIOUS_CODE | MS_MUTABLE_COLLECTION | 31 | High | 
| 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 | 
| 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 |