The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.samples.servserver.Activator | 2 |
org.universAAL.samples.servserver.ProvidedService | 2 |
org.universAAL.samples.servserver.SCallee | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.servserver.Activator.callee should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 31 | Medium |
org.universAAL.samples.servserver.Activator.moduleContext should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 62 | Medium |
Write to static field org.universAAL.samples.servserver.Activator.context from instance method org.universAAL.samples.servserver.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 36 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.servserver.ProvidedService.<static initializer for ProvidedService>() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 101 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.servserver.SCallee.getLampInfo(String) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 102 | Medium |