SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.2.3

Threshold is

Effort is default

Summary

Classes Bugs Errors Missing Classes
549 11 0 0

Files

Class Bugs
net.sf.jguiraffe.gui.app.Application 1
net.sf.jguiraffe.gui.app.Application$1 1
net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler 2
net.sf.jguiraffe.gui.builder.event.FormListenerType$1 1
net.sf.jguiraffe.gui.builder.event.FormListenerType$2 1
net.sf.jguiraffe.gui.builder.event.FormListenerType$3 1
net.sf.jguiraffe.gui.builder.event.FormListenerType$4 1
net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder 1
net.sf.jguiraffe.gui.builder.window.WindowEvent 1
net.sf.jguiraffe.gui.builder.window.ctrl.FormController 1

net.sf.jguiraffe.gui.app.Application

Bug Category Details Line Priority
Redundant nullcheck of locs, which is known to be non-null in net.sf.jguiraffe.gui.app.Application.findBeanDefinitions(Configuration, BeanContext) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 1016 Medium

net.sf.jguiraffe.gui.app.Application$1

Bug Category Details Line Priority
net.sf.jguiraffe.gui.app.Application$1.run() invokes System.exit(...), which shuts down the entire virtual machine BAD_PRACTICE DM_EXIT 400 Medium

net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler

Bug Category Details Line Priority
Return value of net.sf.jguiraffe.gui.builder.utils.MessageOutput.show(Window, Object, String, int, int) ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 159 Medium
Useless object stored in variable buf of method net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler.validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) STYLE UC_USELESS_OBJECT 136 Medium

net.sf.jguiraffe.gui.builder.event.FormListenerType$1

Bug Category Details Line Priority
Unchecked/unconfirmed cast from net.sf.jguiraffe.gui.builder.event.FormEvent to net.sf.jguiraffe.gui.builder.event.FormActionEvent in net.sf.jguiraffe.gui.builder.event.FormListenerType$1.callListener(FormEventListener, FormEvent) STYLE BC_UNCONFIRMED_CAST 53 Medium

net.sf.jguiraffe.gui.builder.event.FormListenerType$2

Bug Category Details Line Priority
Unchecked/unconfirmed cast from net.sf.jguiraffe.gui.builder.event.FormEvent to net.sf.jguiraffe.gui.builder.event.FormChangeEvent in net.sf.jguiraffe.gui.builder.event.FormListenerType$2.callListener(FormEventListener, FormEvent) STYLE BC_UNCONFIRMED_CAST 67 Medium

net.sf.jguiraffe.gui.builder.event.FormListenerType$3

Bug Category Details Line Priority
Unchecked/unconfirmed cast from net.sf.jguiraffe.gui.builder.event.FormEvent to net.sf.jguiraffe.gui.builder.event.FormFocusEvent in net.sf.jguiraffe.gui.builder.event.FormListenerType$3.callListener(FormEventListener, FormEvent) STYLE BC_UNCONFIRMED_CAST 81 Medium

net.sf.jguiraffe.gui.builder.event.FormListenerType$4

Bug Category Details Line Priority
Unchecked/unconfirmed cast from net.sf.jguiraffe.gui.builder.event.FormEvent to net.sf.jguiraffe.gui.builder.event.FormMouseEvent in net.sf.jguiraffe.gui.builder.event.FormListenerType$4.callListener(FormEventListener, FormEvent) STYLE BC_UNCONFIRMED_CAST 104 Medium

net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder

Bug Category Details Line Priority
Return value of org.apache.commons.jelly.JellyContext.runScript(InputSource, XMLOutput) ignored, is this OK in net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder.executeScript(Locator, JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) STYLE RV_RETURN_VALUE_IGNORED_INFERRED 181 Medium

net.sf.jguiraffe.gui.builder.window.WindowEvent

Bug Category Details Line Priority
Class net.sf.jguiraffe.gui.builder.window.WindowEvent defines non-transient non-serializable instance field sourceWindow BAD_PRACTICE SE_BAD_FIELD Not available Medium

net.sf.jguiraffe.gui.builder.window.ctrl.FormController

Bug Category Details Line Priority
Return value of net.sf.jguiraffe.gui.builder.utils.MessageOutput.show(Window, Object, String, int, int) ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 619 Medium