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_regular.ProvidedLightingServiceLevel1.<static initializer for ProvidedLightingServiceLevel1>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 72 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.lighting.server_regular.ProvidedLightingServiceLevel2.<static initializer for ProvidedLightingServiceLevel2>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 80 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.universAAL.samples.lighting.server_regular.unit_impl.MyLighting$Lamp be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 33 | Medium |