The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.tutorials.ui.bus.uicaller.Activator | 1 |
org.universAAL.tutorials.ui.bus.uicaller.MyUICaller | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.universAAL.tutorials.ui.bus.uicaller.Activator.context from instance method org.universAAL.tutorials.ui.bus.uicaller.Activator.start(ModuleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 40 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to data in org.universAAL.tutorials.ui.bus.uicaller.MyUICaller.handleUIResponse(UIResponse) | STYLE | DLS_DEAD_LOCAL_STORE | 59 | Medium |