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

org.universAAL.samples.servbus.Activator

Bug Category Details Line Priority
org.universAAL.samples.servbus.Activator.panel should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
org.universAAL.samples.servbus.Activator.scaller should be package protected MALICIOUS_CODE MS_PKGPROTECT Medium
Write to static field org.universAAL.samples.servbus.Activator.context from instance method org.universAAL.samples.servbus.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 40 Medium
Write to static field org.universAAL.samples.servbus.Activator.ser from instance method org.universAAL.samples.servbus.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 42 Medium

org.universAAL.samples.servbus.GUIPanel

Bug Category Details Line Priority
org.universAAL.samples.servbus.GUIPanel.getSETreqest(int) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead PERFORMANCE DM_NUMBER_CTOR 247 Medium