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 |
---|---|---|---|
org.apache.shale.dialog.scxml.action.RedirectAction is Serializable; consider declaring a serialVersionUID | CORRECTNESS | SE_NO_SERIALVERSIONID | Not available |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.dialog.scxml.action.ViewAction is Serializable; consider declaring a serialVersionUID | CORRECTNESS | SE_NO_SERIALVERSIONID | Not available |
Bug | Category | Details | Line |
---|---|---|---|
org.apache.shale.dialog.scxml.ShaleDialogELEvaluator is Serializable; consider declaring a serialVersionUID | CORRECTNESS | SE_NO_SERIALVERSIONID | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Redundant nullcheck of value known to be non-null org.apache.shale.dialog.scxml.SCXMLDialogContext.setOpaqueState(Object) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 239 |