The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
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 |
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 |
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 |
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 |
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 |