Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
Some error/warning logs are outdated against the newest spec.
For example,
org.apache.commons.scxml2.model.ModelException: No SCXML child state with ID "null" found; illegal initialstate for SCXML document
at org.apache.commons.scxml2.io.ModelUpdater.logAndThrowModelError(ModelUpdater.java:297)
It should inform of 'initial', not 'initialstate' and check if it is not set.