Parent Project
Foundation

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
351 18 0 0

org.apache.myfaces.tobago.application.FopConverter

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.apache.myfaces.tobago.application.FopConverter.fo2Pdf(ServletResponse, String) STYLE REC_CATCH_EXCEPTION 69 Low

org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.LabelRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UIOutput in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.LabelRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 36 Low
Useless control flow in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.LabelRenderer.encodeEnd(FacesContext, UIComponent) STYLE UCF_USELESS_CONTROL_FLOW 41 Low

org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.OutRenderer

Bug Category Details Line Priority
Dead store to layout in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.OutRenderer.encodeEnd(FacesContext, UIComponent) STYLE DLS_DEAD_LOCAL_STORE 41 Medium

org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.PageRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.AbstractUIPage in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.PageRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 58 Low

org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.ButtonRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UICommand in org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.ButtonRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 50 Low

org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.PageRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.AbstractUIPage in org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.PageRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 45 Low

org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.PanelRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIPanel in org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.PanelRenderer.encodeChildren(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 43 Low

org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.SelectOneChoiceRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UISelectOne in org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.SelectOneChoiceRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 47 Low

org.apache.myfaces.tobago.taglib.sandbox.WizardCancelTag

Bug Category Details Line Priority
org.apache.myfaces.tobago.taglib.sandbox.WizardCancelTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 32-82 Low

org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag

Bug Category Details Line Priority
Class org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag defines non-transient non-serializable instance field controllerTag BAD_PRACTICE SE_BAD_FIELD Not available Medium
Class org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag defines non-transient non-serializable instance field panelTag BAD_PRACTICE SE_BAD_FIELD Not available Medium
org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 37-136 Low

org.apache.myfaces.tobago.taglib.sandbox.WizardFinishTag

Bug Category Details Line Priority
org.apache.myfaces.tobago.taglib.sandbox.WizardFinishTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 32-81 Low

org.apache.myfaces.tobago.taglib.sandbox.WizardNextTag

Bug Category Details Line Priority
org.apache.myfaces.tobago.taglib.sandbox.WizardNextTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 32-81 Low

org.apache.myfaces.tobago.taglib.sandbox.WizardPreviousTag

Bug Category Details Line Priority
org.apache.myfaces.tobago.taglib.sandbox.WizardPreviousTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 32-71 Low

org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag

Bug Category Details Line Priority
Dead store to info in org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag.doStartTag() STYLE DLS_DEAD_LOCAL_STORE 76 Low
org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 44-134 Low