The following document contains the results of FindBugs Report
FindBugs Version is 1.0.0
Threshold is Low
Effort is Default
Bug | Category | Details | Line |
---|---|---|---|
Method org.apache.shale.application.faces.ShaleApplicationFilter.cleanup() catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caught | STYLE | REC_CATCH_EXCEPTION | 346 |
Bug | Category | Details | Line |
---|---|---|---|
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) | STYLE | BC_UNCONFIRMED_CAST | 176 |