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 |
---|---|---|---|
193 | 5 | 5 | 19 |
Bug | Category | Details | Line |
---|---|---|---|
Redundant nullcheck of viewStateId, which is known to be non-null in org.apache.shale.dialog.scxml.SCXMLDialogContext.setOpaqueState(Object) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 244 |
Class org.apache.shale.dialog.scxml.SCXMLDialogContext defines non-transient non-serializable instance field manager | BAD_PRACTICE | SE_BAD_FIELD | Not available |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.dialog.scxml.ShaleDialogELEvaluator.context is transient but org.apache.shale.dialog.scxml.ShaleDialogELEvaluator isn't Serializable | STYLE | SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS | Not available |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.dialog.scxml.action.RedirectAction.log is transient but org.apache.shale.dialog.scxml.action.RedirectAction isn't Serializable | STYLE | SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS | Not available |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.dialog.scxml.action.ViewAction.log is transient but org.apache.shale.dialog.scxml.action.ViewAction isn't Serializable | STYLE | SE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASS | Not available |