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.dialog.basic.BasicDialogManager

BugCategoryDetailsLine
Private method org.apache.shale.dialog.basic.BasicDialogManager.log() is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD187-190

org.apache.shale.dialog.basic.BasicDialogContext

BugCategoryDetailsLine
Method org.apache.shale.dialog.basic.BasicDialogContext.strategy() invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version insteadI18NDM_CONVERT_CASE742
Private method org.apache.shale.dialog.basic.BasicDialogContext.dialog(javax.faces.context.FacesContext) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD571-574
Method org.apache.shale.dialog.basic.BasicDialogContext.advance(javax.faces.context.FacesContext,String) catches Exception, but Exception is not thrown in the try block and RuntimeException is not explicitly caughtSTYLEREC_CATCH_EXCEPTION400

org.apache.shale.dialog.basic.Globals

BugCategoryDetailsLine
Should org.apache.shale.dialog.basic.BasicDialogContext$TopState be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATICNot available