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.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1935519

Files

ClassBugs
org.apache.shale.dialog.scxml.SCXMLDialogContext2
org.apache.shale.dialog.scxml.ShaleDialogELEvaluator1
org.apache.shale.dialog.scxml.action.RedirectAction1
org.apache.shale.dialog.scxml.action.ViewAction1

org.apache.shale.dialog.scxml.SCXMLDialogContext

BugCategoryDetailsLine
Redundant nullcheck of viewStateId, which is known to be non-null in org.apache.shale.dialog.scxml.SCXMLDialogContext.setOpaqueState(Object)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE244
Class org.apache.shale.dialog.scxml.SCXMLDialogContext defines non-transient non-serializable instance field managerBAD_PRACTICESE_BAD_FIELDNot available

org.apache.shale.dialog.scxml.ShaleDialogELEvaluator

BugCategoryDetailsLine
org.apache.shale.dialog.scxml.ShaleDialogELEvaluator.context is transient but org.apache.shale.dialog.scxml.ShaleDialogELEvaluator isn't SerializableSTYLESE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASSNot available

org.apache.shale.dialog.scxml.action.RedirectAction

BugCategoryDetailsLine
org.apache.shale.dialog.scxml.action.RedirectAction.log is transient but org.apache.shale.dialog.scxml.action.RedirectAction isn't SerializableSTYLESE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASSNot available

org.apache.shale.dialog.scxml.action.ViewAction

BugCategoryDetailsLine
org.apache.shale.dialog.scxml.action.ViewAction.log is transient but org.apache.shale.dialog.scxml.action.ViewAction isn't SerializableSTYLESE_TRANSIENT_FIELD_OF_NONSERIALIZABLE_CLASSNot available