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 | 738 |
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 |
Class org.apache.shale.dialog.basic.BasicDialogContext defines non-transient non-serializable instance field manager | BAD_PRACTICE | SE_BAD_FIELD | Not available |
The field org.apache.shale.dialog.basic.BasicDialogContext.strategy is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available |
The field org.apache.shale.dialog.basic.BasicDialogContext.dialogs is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available |
Private method org.apache.shale.dialog.basic.BasicDialogContext.dialog(javax.faces.context.FacesContext) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 567-570 |