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 |
527 |
12 |
0 |
0 |
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 |
983 |
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 |
396 |
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 |
net.sf.jguiraffe.locators.ByteArrayLocator
Bug |
Category |
Details |
Line |
Priority |
Found reliance on default encoding in net.sf.jguiraffe.locators.ByteArrayLocator.getInstance(String): String.getBytes() |
I18N |
DM_DEFAULT_ENCODING |
113 |
High |