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 5 0 0

org.universAAL.samples.utils.server.Activator

Bug Category Details Line Priority
org.universAAL.samples.utils.server.Activator.callee should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.samples.utils.server.Activator.context should be package protected MALICIOUS_CODE MS_PKGPROTECT 44 Medium
org.universAAL.samples.utils.server.Activator.publisher should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.samples.utils.server.Activator.myLights isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL 50 High
Write to static field org.universAAL.samples.utils.server.Activator.osgiContext from instance method org.universAAL.samples.utils.server.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 65 Medium