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
5 5 0 0

org.universAAL.lddi.hw.simulator.activityhub.AHContextPublisherSimulator

Bug Category Details Line Priority
Switch statement found in org.universAAL.lddi.hw.simulator.activityhub.AHContextPublisherSimulator.startSimulation() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 177 Medium

org.universAAL.lddi.hw.simulator.activityhub.AHSimulator

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive org.universAAL.lddi.hw.simulator.activityhub.AHSimulator.updated(Dictionary) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 170 High

org.universAAL.lddi.hw.simulator.activityhub.Activator

Bug Category Details Line Priority
org.universAAL.lddi.hw.simulator.activityhub.Activator.mc should be package protected MALICIOUS_CODE MS_PKGPROTECT 39 Medium
Write to static field org.universAAL.lddi.hw.simulator.activityhub.Activator.context from instance method org.universAAL.lddi.hw.simulator.activityhub.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 46 Medium
Unread field: org.universAAL.lddi.hw.simulator.activityhub.Activator.ahSimulator PERFORMANCE URF_UNREAD_FIELD 54 Medium