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

org.universAAL.tools.makrorecorder.swingGUI.Activator

Bug Category Details Line Priority
Write to static field org.universAAL.tools.makrorecorder.swingGUI.Activator.bundleContext from instance method org.universAAL.tools.makrorecorder.swingGUI.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 26 Medium

org.universAAL.tools.makrorecorder.swingGUI.MakroRecorderSwingGUI$5

Bug Category Details Line Priority
org.universAAL.tools.makrorecorder.swingGUI.MakroRecorderSwingGUI$5.actionPerformed(ActionEvent) invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 120 Medium

org.universAAL.tools.makrorecorder.swingGUI.pattern.PatternEditFrame

Bug Category Details Line Priority
org.universAAL.tools.makrorecorder.swingGUI.pattern.PatternEditFrame.shortResourceInfo(Resource) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 89 Medium

org.universAAL.tools.makrorecorder.swingGUI.pattern.resource.ResourceInfoPanel

Bug Category Details Line Priority
org.universAAL.tools.makrorecorder.swingGUI.pattern.resource.ResourceInfoPanel.genInfo(ServiceRequest) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 135 Medium

org.universAAL.tools.makrorecorder.swingGUI.pattern.resource.ResourceList

Bug Category Details Line Priority
org.universAAL.tools.makrorecorder.swingGUI.pattern.resource.ResourceList.shortResourceInfo(Resource) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 131 Medium