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.servbus.Activator | 4 |
org.universAAL.samples.servbus.GUIPanel | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.servbus.Activator.panel should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
org.universAAL.samples.servbus.Activator.scaller should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
Write to static field org.universAAL.samples.servbus.Activator.context from instance method org.universAAL.samples.servbus.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 40 | Medium |
Write to static field org.universAAL.samples.servbus.Activator.ser from instance method org.universAAL.samples.servbus.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 42 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.servbus.GUIPanel.getSETreqest(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 247 | Medium |