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
6 8 0 0

org.universAAL.context.space.serv.Activator

Bug Category Details Line Priority
org.universAAL.context.space.serv.Activator.context should be package protected MALICIOUS_CODE MS_PKGPROTECT 149 Medium
org.universAAL.context.space.serv.Activator.osgiContext should be package protected MALICIOUS_CODE MS_PKGPROTECT 43 Medium
org.universAAL.context.space.serv.Activator.parser should be package protected MALICIOUS_CODE MS_PKGPROTECT 59 Medium
org.universAAL.context.space.serv.Activator.scallee should be package protected MALICIOUS_CODE MS_PKGPROTECT 51 Medium
org.universAAL.context.space.serv.Activator.scaller should be package protected MALICIOUS_CODE MS_PKGPROTECT 55 Medium
Write to static field org.universAAL.context.space.serv.Activator.parser from instance method org.universAAL.context.space.serv.Activator.serviceChanged(ServiceEvent) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 104 Medium
Write to static field org.universAAL.context.space.serv.Activator.osgiContext from instance method org.universAAL.context.space.serv.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 69 Medium

org.universAAL.context.space.serv.SCalleeProvidedService

Bug Category Details Line Priority
org.universAAL.context.space.serv.SCalleeProvidedService.profiles should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 146 Medium