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.application.faces.ShaleApplicationFilter

BugCategoryDetailsLine
Method org.apache.shale.application.faces.ShaleApplicationFilter.cleanup() catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION346

org.apache.shale.application.AbstractRegExpFilter

BugCategoryDetailsLine
Unchecked/unconfirmed cast from org.apache.commons.chain.Context to class org.apache.shale.application.faces.ShaleWebContext in org.apache.shale.application.AbstractRegExpFilter.execute(org.apache.commons.chain.Context)STYLEBC_UNCONFIRMED_CAST176