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
60 2 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.UIInput in org.apache.myfaces.tobago.renderkit.html.example.standard.tag.InRenderer.encodeEnd(FacesContext, UIComponent) STYLE BC_UNCONFIRMED_CAST 55 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.scarborough.standard.tag.InRenderer BAD_PRACTICE NM_SAME_SIMPLE_NAME_AS_SUPERCLASS 44-71 High