The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.lddi.samples.device.client.Activator | 1 |
org.universAAL.lddi.samples.device.client.DeviceClient | 1 |
org.universAAL.lddi.samples.device.client.DeviceServiceCaller | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.lddi.samples.device.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.device.client.DeviceClient.frame from instance method org.universAAL.lddi.samples.device.client.DeviceClient.start() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 111 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.lddi.samples.device.client.DeviceServiceCaller.setLightValueRequest(String, int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 100 | Medium |
Write to static field org.universAAL.lddi.samples.device.client.DeviceServiceCaller.caller from instance method new org.universAAL.lddi.samples.device.client.DeviceServiceCaller(ModuleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 52 | Medium |