The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.configurable.module.ConfigurationCentral | 2 |
org.universAAL.configurable.module.ProjectActivator | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.configurable.module.ConfigurationCentral.configurations should be both final and package protected | MALICIOUS_CODE | MS_FINAL_PKGPROTECT | 41 | Medium |
org.universAAL.configurable.module.ConfigurationCentral.APPID isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 39 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.universAAL.configurable.module.ProjectActivator.context from instance method org.universAAL.configurable.module.ProjectActivator.start(ModuleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 14 | High |