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
13 11 0 0

org.universAAL.context.prof.serv.Hub

Bug Category Details Line Priority
org.universAAL.context.prof.serv.Hub.moduleContext should be package protected MALICIOUS_CODE MS_PKGPROTECT 116 Medium
org.universAAL.context.prof.serv.Hub.parser should be package protected MALICIOUS_CODE MS_PKGPROTECT 47 Medium
org.universAAL.context.prof.serv.Hub.scallee should be package protected MALICIOUS_CODE MS_PKGPROTECT 39 Medium
org.universAAL.context.prof.serv.Hub.scaller should be package protected MALICIOUS_CODE MS_PKGPROTECT 43 Medium
Write to static field org.universAAL.context.prof.serv.Hub.parser from instance method org.universAAL.context.prof.serv.Hub.setSerializer(MessageContentSerializerEx) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 91 High
Write to static field org.universAAL.context.prof.serv.Hub.moduleContext from instance method org.universAAL.context.prof.serv.Hub.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 67 High
Write to static field org.universAAL.context.prof.serv.Hub.scallee from instance method org.universAAL.context.prof.serv.Hub.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 68 High
Write to static field org.universAAL.context.prof.serv.Hub.scaller from instance method org.universAAL.context.prof.serv.Hub.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 69 High
Write to static field org.universAAL.context.prof.serv.Hub.moduleContext from instance method org.universAAL.context.prof.serv.Hub.stop(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 78 High

org.universAAL.context.prof.serv.SCalleeProvidedService

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

org.universAAL.context.prof.serv.osgi.Activator

Bug Category Details Line Priority
Write to static field org.universAAL.context.prof.serv.osgi.Activator.osgiContext from instance method org.universAAL.context.prof.serv.osgi.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 62 Medium