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
23 2 0 0

org.opentrafficsim.aimsun.proto.AimsunControlProtoBuf$OTSMessage

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