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
1 4 0 0

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

Bug Category Details Line Priority
Unchecked/unconfirmed cast from javax.faces.component.UIComponent to org.apache.myfaces.tobago.component.UIIn in org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 48 Low
The class name org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer shadows the simple name of the superclass org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.InRenderer BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_SUPERCLASS 42-63 High
Useless object stored in variable var$7 of method org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer.encodeEnd(FacesContext, UIComponent) STYLE UC_USELESS_OBJECT 52 Medium
Useless object stored in variable var$7 of method org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer.encodeEnd(FacesContext, UIComponent) STYLE UC_USELESS_OBJECT 58 Medium