2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.0.0

Threshold is Low

Effort is Default

Files

org.apache.shale.view.faces.ViewViewHandler

BugCategoryDetailsLine
Private method org.apache.shale.view.faces.ViewViewHandler.getViewControllerCallbacks(javax.faces.context.FacesContext) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD347-349

org.apache.shale.view.faces.LifecycleListener

BugCategoryDetailsLine
org.apache.shale.view.faces.LifecycleListener.tiger() might ignore java.lang.ExceptionCORRECTNESSDE_MIGHT_IGNORE815
Method org.apache.shale.view.faces.LifecycleListener.tiger() catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION815