The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.context.sysinfo.Activator | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.context.sysinfo.Activator.context should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 41 | Medium |
org.universAAL.context.sysinfo.Activator.cpublisher should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 43 | Medium |
Write to static field org.universAAL.context.sysinfo.Activator.osgiContext from instance method org.universAAL.context.sysinfo.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 47 | Medium |