FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Max
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 345 | 24 | 0 | 0 |
Files
org.apache.myfaces.tobago.application.FopConverter
| Bug | Category | Details | Line |
|---|---|---|---|
| Exception is caught when Exception is not thrown in org.apache.myfaces.tobago.application.FopConverter.fo2Pdf(ServletResponse, String) | STYLE | REC_CATCH_EXCEPTION | 69 |
org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.InRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to text in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.InRenderer.encodeEnd(FacesContext, UIComponent) | STYLE | DLS_DEAD_LOCAL_STORE | 65 |
org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.LabelRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| 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 |
| Useless control flow in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.LabelRenderer.encodeEnd(FacesContext, UIComponent) | STYLE | UCF_USELESS_CONTROL_FLOW | 41 |
org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.OutRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to layout in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.OutRenderer.encodeEnd(FacesContext, UIComponent) | STYLE | DLS_DEAD_LOCAL_STORE | 41 |
org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.PageRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| 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 |
org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.TextAreaRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to text in org.apache.myfaces.tobago.renderkit.fo.standard.standard.tag.TextAreaRenderer.encodeEnd(FacesContext, UIComponent) | STYLE | DLS_DEAD_LOCAL_STORE | 45 |
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.WizardRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIWizard in org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.WizardRenderer.prepareRender(FacesContext, UIComponent) | STYLE | BC_UNCONFIRMED_CAST | 30 |
org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.ButtonRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| 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 | 51 |
org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.PageRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| 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 |
org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.PanelRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| 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 |
org.apache.myfaces.tobago.renderkit.wml.standard.standard.tag.SelectOneChoiceRenderer
| Bug | Category | Details | Line |
|---|---|---|---|
| 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 |
org.apache.myfaces.tobago.taglib.sandbox.WizardCancelTag
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.myfaces.tobago.taglib.sandbox.WizardCancelTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 32-82 |
org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag
| Bug | Category | Details | Line |
|---|---|---|---|
| Class org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag defines non-transient non-serializable instance field controllerTag | BAD_PRACTICE | SE_BAD_FIELD | Not available |
| Class org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag defines non-transient non-serializable instance field panelTag | BAD_PRACTICE | SE_BAD_FIELD | Not available |
| org.apache.myfaces.tobago.taglib.sandbox.WizardExtensionTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 37-136 |
| WizardExtensionTag.controllerTag not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| WizardExtensionTag.panelTag not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
org.apache.myfaces.tobago.taglib.sandbox.WizardFinishTag
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.myfaces.tobago.taglib.sandbox.WizardFinishTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 32-81 |
org.apache.myfaces.tobago.taglib.sandbox.WizardLeaveTag
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.myfaces.tobago.taglib.sandbox.WizardLeaveTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 32-81 |
org.apache.myfaces.tobago.taglib.sandbox.WizardNextTag
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.myfaces.tobago.taglib.sandbox.WizardNextTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 32-81 |
org.apache.myfaces.tobago.taglib.sandbox.WizardPreviousTag
| Bug | Category | Details | Line |
|---|---|---|---|
| org.apache.myfaces.tobago.taglib.sandbox.WizardPreviousTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 32-71 |
org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to info in org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag.doStartTag() | STYLE | DLS_DEAD_LOCAL_STORE | 76 |
| org.apache.myfaces.tobago.taglib.sandbox.WizardTrainTag is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 44-134 |