FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
93 88 0 0

Files

Class Bugs
org.apache.myfaces.tobago.renderkit.html.AjaxClientBehaviorRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.BarRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.BoxRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ButtonsRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CalendarRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ColumnRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandRendererBase 3
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandsRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.DateRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FigureRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FileRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FlexLayoutRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FlowLayoutRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FooterRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FormRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.GridLayoutRenderer 3
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.HeaderRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.HiddenRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ImageRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.InRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.LabelRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.MediatorRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.MessagesRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ObjectRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.OutRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PageRenderer 4
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PanelRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PanelRendererBase 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PopupRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ProgressRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SectionRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SegmentLayoutRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectBooleanCheckboxRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyCheckboxRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyListboxRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase 3
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase$SelectItemsIterator 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyShuttleRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectOneListboxRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectOneRendererBase 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SeparatorRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SheetRenderer 5
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SuggestRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TabGroupRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TextareaRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIconRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer 5
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeLabelRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeListboxRenderer 1
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeNodeRenderer 4
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeRenderer 2
org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeSelectRenderer 2
org.apache.myfaces.tobago.renderkit.util.RenderUtils 1
org.apache.myfaces.tobago.renderkit.util.SelectItemUtils$SelectItemsIterator 2

org.apache.myfaces.tobago.renderkit.html.AjaxClientBehaviorRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to javax.faces.component.behavior.AjaxBehavior in org.apache.myfaces.tobago.renderkit.html.AjaxClientBehaviorRenderer.decode(FacesContext, UIComponent, ClientBehavior) STYLE BC_UNCONFIRMED_CAST 104 Low
Unchecked/unconfirmed cast from javax.faces.component.behavior.ClientBehavior to javax.faces.component.behavior.AjaxBehavior in org.apache.myfaces.tobago.renderkit.html.AjaxClientBehaviorRenderer.getScript(ClientBehaviorContext, ClientBehavior) STYLE BC_UNCONFIRMED_CAST 48 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.BarRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.BoxRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIBox in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.BoxRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 44 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ButtonsRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIButtons in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ButtonsRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 41 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CalendarRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ColumnRenderer

Bug Category Details Line Priority
Private method org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ColumnRenderer.isPure(UIColumn) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 40-45 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandRendererBase

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUICommand in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandRendererBase.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 83 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUICommand in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandRendererBase.encodeChildren(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 212 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUICommand in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandRendererBase.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 237 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandsRenderer

Bug Category Details Line Priority
Dead store to commands in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.CommandsRenderer.encodeChildren(FacesContext, UIComponent) STYLE DLS_DEAD_LOCAL_STORE 60 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.DateRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIDate in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.DateRenderer.encodeEndField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 78 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FigureRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIFigure in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FigureRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 41 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIFigure in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FigureRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 57 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FileRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIFile in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FileRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 78 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FlexLayoutRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FlowLayoutRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FooterRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FormRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIForm in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.FormRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 37 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.GridLayoutRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIGridLayout in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.GridLayoutRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 55 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIGridLayout in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.GridLayoutRenderer.encodeChildren(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 86 Low
Dead store to column in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.GridLayoutRenderer.encodeBegin(FacesContext, UIComponent) STYLE DLS_DEAD_LOCAL_STORE 76 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.HeaderRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.HiddenRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIHidden in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.HiddenRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 41 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ImageRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIImage in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ImageRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 46 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.InRenderer

Bug Category Details Line Priority
Load of known null value in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.InRenderer.encodeBeginField(FacesContext, UIComponent) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 114 Low
Redundant nullcheck of pattern which is known to be null in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.InRenderer.encodeBeginField(FacesContext, UIComponent) STYLE RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE 114 Medium

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

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.MediatorRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.MessagesRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ObjectRenderer

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

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

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIOut in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.OutRenderer.encodeBeginField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 44 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIOut in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.OutRenderer.encodeEndField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 89 Low

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

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIPage in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PageRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 78 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIPage in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PageRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 93 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIPage in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PageRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 336 Low
Private method org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PageRenderer.writeEventFunction(TobagoResponseWriter, Collection, String, boolean) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 400-427 Low

org.apache.myfaces.tobago.renderkit.html.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.html.standard.standard.tag.PanelRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 43 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PanelRendererBase

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUICollapsiblePanel in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PanelRendererBase.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 44 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUICollapsiblePanel in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PanelRendererBase.encodeChildren(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 75 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PopupRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUIPopup in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.PopupRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 41 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ProgressRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIProgress in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ProgressRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 45 Low
Test for floating point equality in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.ProgressRenderer.encodeBegin(FacesContext, UIComponent) STYLE FE_FLOATING_POINT_EQUALITY 67 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SectionRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUISection in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SectionRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 41 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SegmentLayoutRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUISegmentLayout in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SegmentLayoutRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 54 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISegmentLayout in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SegmentLayoutRenderer.encodeChildren(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 67 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectBooleanCheckboxRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyCheckboxRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISelectManyCheckbox in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyCheckboxRenderer.encodeBeginField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 44 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyListboxRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISelectManyListbox in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyListboxRenderer.encodeBeginField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 49 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UISelectMany in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 67 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to javax.faces.component.UISelectMany in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase.getConvertedValue(FacesContext, UIComponent, Object) STYLE BC_UNCONFIRMED_CAST 107 Low
Exception is caught when Exception is not thrown in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase.getConvertedUISelectManyValue(FacesContext, UISelectMany, String[], boolean) STYLE REC_CATCH_EXCEPTION 250 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase$SelectItemsIterator

Bug Category Details Line Priority
SelectManyRendererBase$SelectItemsIterator.currentUISelectItems not initialized in constructor and dereferenced in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyRendererBase$SelectItemsIterator.next() STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 658 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyShuttleRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISelectManyShuttle in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyShuttleRenderer.encodeBeginField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 46 Low
Dead store to hasLabel in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectManyShuttleRenderer.encodeBeginField(FacesContext, UIComponent) STYLE DLS_DEAD_LOCAL_STORE 56 Medium

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectOneListboxRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISelectOneListbox in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectOneListboxRenderer.encodeBeginField(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 49 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SelectOneRendererBase

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SeparatorRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SheetRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISheet in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SheetRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 107 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISheet in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SheetRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 153 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UISheet in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SheetRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 222 Low
Dead store to command in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SheetRenderer.encodeDirectPagingLinks(FacesContext, Application, UISheet) STYLE DLS_DEAD_LOCAL_STORE 1041 Medium
Useless condition: it's known that autoLayout == false at this point STYLE UC_USELESS_CONDITION 307 High

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SuggestRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUISuggest in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SuggestRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 55 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUISuggest in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.SuggestRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 75 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TabGroupRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UITabGroup in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TabGroupRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 69 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UITabGroup in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TabGroupRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 88 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TextareaRenderer

Bug Category Details Line Priority
Load of known null value in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TextareaRenderer.encodeBeginField(FacesContext, UIComponent) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 96 Low
Redundant nullcheck of pattern which is known to be null in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TextareaRenderer.encodeBeginField(FacesContext, UIComponent) STYLE RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE 96 Medium

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIconRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UITreeIndent in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 47 Low
Dead store to blank in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer.encodeIndent(FacesContext, TobagoResponseWriter, AbstractUITreeNodeBase, boolean, boolean, boolean, boolean, List) STYLE DLS_DEAD_LOCAL_STORE 89 Medium
Dead store to perpendicular in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer.encodeIndent(FacesContext, TobagoResponseWriter, AbstractUITreeNodeBase, boolean, boolean, boolean, boolean, List) STYLE DLS_DEAD_LOCAL_STORE 90 Medium
Dead store to hasNextSibling in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer.encodeTreeJunction(FacesContext, TobagoResponseWriter, AbstractUITreeNodeBase, boolean, boolean, boolean, List, boolean, boolean, boolean) STYLE DLS_DEAD_LOCAL_STORE 117 Medium
Dead store to junction in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeIndentRenderer.encodeIndent(FacesContext, TobagoResponseWriter, AbstractUITreeNodeBase, boolean, boolean, boolean, boolean, List) STYLE DLS_DEAD_LOCAL_STORE 93 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeLabelRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeListboxRenderer

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

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeNodeRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UITreeNode in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeNodeRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 59 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUITreeNodeBase in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeNodeRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 115 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUITreeNodeBase in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeNodeRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 174 Low
Dead store to treeSelect in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeNodeRenderer.decode(FacesContext, UIComponent) STYLE DLS_DEAD_LOCAL_STORE 100 Medium

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUITree in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 54 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUITree in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 76 Low

org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeSelectRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UITreeSelect in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeSelectRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 54 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UITreeSelect in org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeSelectRenderer.encodeBegin(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 85 Low

org.apache.myfaces.tobago.renderkit.util.RenderUtils

Bug Category Details Line Priority
Dead store to viewHandler in org.apache.myfaces.tobago.renderkit.util.RenderUtils.generateUrl(FacesContext, AbstractUICommand) STYLE DLS_DEAD_LOCAL_STORE 210 Medium

org.apache.myfaces.tobago.renderkit.util.SelectItemUtils$SelectItemsIterator

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UISelectItems to org.apache.myfaces.tobago.component.Visual in org.apache.myfaces.tobago.renderkit.util.SelectItemUtils$SelectItemsIterator.next() STYLE BC_UNCONFIRMED_CAST 250 Low
Dead store to attributeMap in org.apache.myfaces.tobago.renderkit.util.SelectItemUtils$SelectItemsIterator.next() STYLE DLS_DEAD_LOCAL_STORE 213 Medium