The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.opentrafficsim.aimsun.proto.AimsunControlProtoBuf$OTSMessage | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Switch statement found in org.opentrafficsim.aimsun.proto.AimsunControlProtoBuf$OTSMessage.equals(Object) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3828-3838 | Medium |
| Switch statement found in org.opentrafficsim.aimsun.proto.AimsunControlProtoBuf$OTSMessage.hashCode() where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 3855-3866 | Medium |