FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
3 2 0 0

org.universAAL.tutorials.ui.bus.uicaller.Activator

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

org.universAAL.tutorials.ui.bus.uicaller.MyUICaller

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