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
1332211

Files

ClassBugs
org.apache.shale.application.faces.ShaleApplicationFilter2

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.faces.ShaleApplicationFilter.log is transient but org.apache.shale.application.faces.ShaleApplicationFilter isn't SerializableSTYLESE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASSNot available