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 | 
|---|---|---|---|---|
| org.universAAL.lddi.samples.activityhub.client.Activator.mc should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Write to static field org.universAAL.lddi.samples.activityhub.client.ActivityHubClient.frame from instance method org.universAAL.lddi.samples.activityhub.client.ActivityHubClient.start() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 111 | High | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| instanceof will always return true for all non-null values in org.universAAL.lddi.samples.activityhub.client.MyActivityHubServiceConsumer.getDeviceInfo(String, int), since all String are instances of String | STYLE | BC_VACUOUS_INSTANCEOF | 333 | Medium | 
| Dead store to ahsNames in org.universAAL.lddi.samples.activityhub.client.MyActivityHubServiceConsumer.getSensors() | STYLE | DLS_DEAD_LOCAL_STORE | 266 | High | 
| Dead store to ahsTypes in org.universAAL.lddi.samples.activityhub.client.MyActivityHubServiceConsumer.getSensors() | STYLE | DLS_DEAD_LOCAL_STORE | 267 | High | 
| Write to static field org.universAAL.lddi.samples.activityhub.client.MyActivityHubServiceConsumer.caller from instance method new org.universAAL.lddi.samples.activityhub.client.MyActivityHubServiceConsumer(ModuleContext, ActivityHubClient) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 78 | High |