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

org.universAAL.ontology.UIMainMenuProfileActivator

Bug Category Details Line Priority
org.universAAL.ontology.UIMainMenuProfileActivator.context isn't final and can't be protected from malicious code MALICIOUS_CODE MS_CANNOT_BE_FINAL Medium
Write to static field org.universAAL.ontology.UIMainMenuProfileActivator.context from instance method org.universAAL.ontology.UIMainMenuProfileActivator.start(ModuleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 33 High

org.universAAL.ontology.profile.ui.mainmenu.MenuProfileOntology

Bug Category Details Line Priority
org.universAAL.ontology.profile.ui.mainmenu.MenuProfileOntology.defaultUser should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
Write to static field org.universAAL.ontology.profile.ui.mainmenu.MenuProfileOntology.defaultUser from instance method org.universAAL.ontology.profile.ui.mainmenu.MenuProfileOntology.create() STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 55 High