The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
133 | 2 | 2 | 11 |
Class | Bugs |
---|---|
org.apache.shale.application.faces.ShaleApplicationFilter | 2 |
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 |
org.apache.shale.application.faces.ShaleApplicationFilter.log is transient but org.apache.shale.application.faces.ShaleApplicationFilter isn't Serializable | STYLE | SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS | Not available |