The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.universAAL.ontology.UIMainMenuProfileActivator | 2 | 
| org.universAAL.ontology.profile.ui.mainmenu.MenuProfileOntology | 2 | 
| 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 | 
| 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 |