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

org.universAAL.middleware.modules.space.SpaceModuleImpl

Bug Category Details Line Priority
Nullcheck of filters at line 188 of value previously dereferenced in org.universAAL.middleware.modules.space.SpaceModuleImpl.getSpaces(Dictionary) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 184 Medium
Nullcheck of message at line 710 of value previously dereferenced in org.universAAL.middleware.modules.space.SpaceModuleImpl.handleSendError(ChannelMessage, CommunicationConnectorException) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 707 Medium
Switch statement found in org.universAAL.middleware.modules.space.SpaceModuleImpl.messageFromSpace(SpaceMessage, PeerCard) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 505 Medium
Switch statement found in org.universAAL.middleware.modules.space.SpaceModuleImpl.messageReceived(ChannelMessage) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 688 Medium