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 |
---|---|---|---|---|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |