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.samples.lighting.server.Activator.mc isn't final and can't be protected from malicious code | MALICIOUS_CODE | MS_CANNOT_BE_FINAL | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.lighting.server.LightingProvider.getLampInfo(String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 274 | Medium |
org.universAAL.samples.lighting.server.LightingProvider.providedEvents(MyLighting) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 137 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.lighting.server.ProvidedLightingService.<static initializer for ProvidedLightingService>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 129 | Medium |
org.universAAL.samples.lighting.server.ProvidedLightingService.profiles should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 52 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.universAAL.samples.lighting.server.unit_impl.MyLighting$Lamp be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 39 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Changes to logger could be lost in org.universAAL.samples.lighting.server.unit_impl.UILampsView.<static initializer for UILampsView>() | EXPERIMENTAL | LG_LOST_LOGGER_DUE_TO_WEAK_REFERENCE | 64 | High |