The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.middleware.modules.space.SpaceModuleImpl | 4 |
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 |