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 |
---|---|---|---|
Private method org.apache.shale.view.faces.ViewViewHandler.getViewControllerCallbacks(javax.faces.context.FacesContext) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 347-349 |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.view.faces.LifecycleListener.tiger() might ignore java.lang.Exception | CORRECTNESS | DE_MIGHT_IGNORE | 815 |
Method org.apache.shale.view.faces.LifecycleListener.tiger() catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caught | STYLE | REC_CATCH_EXCEPTION | 815 |