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
11 8 0 0

org.apache.myfaces.tobago.component.UINumberSlider

Bug Category Details Line Priority
Class org.apache.myfaces.tobago.component.UINumberSlider implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 47-170 Low

org.apache.myfaces.tobago.component.UISplitLayout

Bug Category Details Line Priority
Class org.apache.myfaces.tobago.component.UISplitLayout implements same interface as superclass STYLE RI_REDUNDANT_INTERFACES 51-188 Low

org.apache.myfaces.tobago.internal.component.AbstractUISplitLayout

Bug Category Details Line Priority
Dead store to firstComponent in org.apache.myfaces.tobago.internal.component.AbstractUISplitLayout.updateLayout(int) STYLE DLS_DEAD_LOCAL_STORE 48 Medium
Dead store to secondComponent in org.apache.myfaces.tobago.internal.component.AbstractUISplitLayout.updateLayout(int) STYLE DLS_DEAD_LOCAL_STORE 49 Medium
Field only ever set to null: org.apache.myfaces.tobago.internal.component.AbstractUISplitLayout.submittedLayout CORRECTNESS UWF_NULL_FIELD Not available Low

org.apache.myfaces.tobago.renderkit.html.sandbox.standard.tag.NumberSliderRenderer

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

org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.SplitLayoutRenderer

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUISplitLayout in org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.SplitLayoutRenderer.decode(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 67 Low
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.internal.component.AbstractUISplitLayout in org.apache.myfaces.tobago.renderkit.html.scarborough.standard.tag.SplitLayoutRenderer.encodeChildren(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 83 Low