The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.opentrafficsim.demo.TestController | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to buffer in org.opentrafficsim.demo.TestController.sendProtoMessage(OutputStream, AimsunControlProtoBuf$OTSMessage) | STYLE | DLS_DEAD_LOCAL_STORE | 169 | Medium |
Hard coded reference to an absolute pathname in org.opentrafficsim.demo.TestController.main(String[]) | STYLE | DMI_HARDCODED_ABSOLUTE_FILENAME | 101 | Medium |