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.deploy.osgi.Activator | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to deployManagerProps in org.universAAL.middleware.managers.deploy.osgi.Activator.start(BundleContext) | STYLE | DLS_DEAD_LOCAL_STORE | 79 | High |
| Possible null pointer dereference of configurationAdmin in org.universAAL.middleware.managers.deploy.osgi.Activator.start(BundleContext) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 73 | Medium |