The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.middleware.managers.space.osgi.Activator | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to spaceManagerProps in org.universAAL.middleware.managers.space.osgi.Activator.start(BundleContext) | STYLE | DLS_DEAD_LOCAL_STORE | 74 | High |
Possible null pointer dereference of configurationAdmin in org.universAAL.middleware.managers.space.osgi.Activator.start(BundleContext) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 68 | Medium |