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.app.Activator | 8 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.samples.utils.app.Activator.callee should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.app.Activator.caller should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.app.Activator.context should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 49 | Medium |
| org.universAAL.samples.utils.app.Activator.publisher should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.app.Activator.subscriber should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.app.Activator.ui should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
| org.universAAL.samples.utils.app.Activator.heater isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 62 | High |
| Write to static field org.universAAL.samples.utils.app.Activator.osgiContext from instance method org.universAAL.samples.utils.app.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 70 | Medium |