The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference of socket in org.universAAL.ui.handler.kinect.adapter.communication.receiver.TCPServer.run() on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 95 | Medium |
Unread field: org.universAAL.ui.handler.kinect.adapter.communication.receiver.TCPServer.server_socket | PERFORMANCE | URF_UNREAD_FIELD | 67 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dereference of the result of readLine() without nullcheck in org.universAAL.ui.handler.kinect.adapter.communication.receiver.Worker.run() | STYLE | NP_DEREFERENCE_OF_READLINE_VALUE | 58 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.universAAL.ui.handler.kinect.adapter.defaultComponents.DefaultBroker.SendNewMessage(Object, Object, Collection) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 69 | Medium |
Bug | Category | Details | Line | Priority |
---|
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.ui.handler.kinect.adapter.logging.LoggerWithModuleContext.mc isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | High | |
Unwritten public or protected field: org.universAAL.ui.handler.kinect.adapter.logging.LoggerWithModuleContext.mc | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 56 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten public or protected field: org.universAAL.ui.handler.kinect.adapter.serviceBus.AbstractService.servicerequest | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 39 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten public or protected field: org.universAAL.ui.handler.kinect.adapter.serviceBus.QueryService.IDforResult | STYLE | UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD | 51 | Medium |