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.uibus.Activator | 4 |
org.universAAL.samples.uibus.OPublisher | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.uibus.Activator.panel should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
org.universAAL.samples.uibus.Activator.sampleUser should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
org.universAAL.samples.uibus.Activator.uoutput should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
Write to static field org.universAAL.samples.uibus.Activator.context from instance method org.universAAL.samples.uibus.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 46 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.samples.uibus.OPublisher.getDynamicForm(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 353 | Medium |
org.universAAL.samples.uibus.OPublisher.getPresetForm(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 236 | Medium |
Useless object stored in variable l of method org.universAAL.samples.uibus.OPublisher.getPresetForm(int) | STYLE | UC_USELESS_OBJECT | 216 | Medium |