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.utils.client.Activator | 5 | 
| org.universAAL.samples.utils.client.SubscriberExample | 1 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| org.universAAL.samples.utils.client.Activator.caller should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.client.Activator.context should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 39 | Medium | 
| org.universAAL.samples.utils.client.Activator.subscriber should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.client.Activator.ui should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| Write to static field org.universAAL.samples.utils.client.Activator.osgiContext from instance method org.universAAL.samples.utils.client.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 48 | Medium | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Boxed value is unboxed and then immediately reboxed in org.universAAL.samples.utils.client.SubscriberExample.handleContextEvent(ContextEvent) | PERFORMANCE | BX_UNBOXING_IMMEDIATELY_REBOXED | 48 | Medium |