FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
2 3 0 0

org.universAAL.context.sysinfo.Activator

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