Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0
-
None
Description
The standard allows specifying the value of the namelist attribute of the <send> element as space-separated list of values, which implies an ordered sequence of items. These are later stored in org.apache.commons.scxml2.model.Send class in a HashMap where the supplied order is lost.
Using a LinkedHashMap would fix this issue and preserve the order of items as specified in the XML file.