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.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
20931922

Files

ClassBugs
org.apache.shale.view.faces.LifecycleListener2
org.apache.shale.view.faces.ViewViewHandler1

org.apache.shale.view.faces.LifecycleListener

BugCategoryDetailsLine
org.apache.shale.view.faces.LifecycleListener.tiger() might ignore java.lang.ExceptionBAD_PRACTICEDE_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

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