Anthony Carlucci created RAVE-813:
-------------------------------------
Summary: Script Registration order is getting lost in
DefaultScriptManager
Key: RAVE-813
URL: https://issues.apache.org/jira/browse/RAVE-813
Project: Rave
Issue Type: Bug
Affects Versions: 0.16
Reporter: Anthony Carlucci
Assignee: Anthony Carlucci
Priority: Minor
The order in which script blocks are registered to the DefaultScriptManager is
getting lost because it is using a HashMap to hold onto the registration, which
by nature, has no concept of order. This can affect any client side code that
depends on specific execution order.
Fix: change the HashMap to a LinkedHashMap to preserve the registration order.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira