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.dialog.basic.BasicDialogManager.log() is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 187-190 |
Bug | Category | Details | Line |
---|---|---|---|
Method org.apache.shale.dialog.basic.BasicDialogContext.strategy() invokes dubious String.toUpperCase() or String.toLowerCase; use the Locale parameterized version instead | I18N | DM_CONVERT_CASE | 742 |
Private method org.apache.shale.dialog.basic.BasicDialogContext.dialog(javax.faces.context.FacesContext) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 571-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 caught | STYLE | REC_CATCH_EXCEPTION | 400 |
Bug | Category | Details | Line |
---|---|---|---|
Should org.apache.shale.dialog.basic.BasicDialogContext$TopState be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | Not available |