[
https://issues.apache.org/jira/browse/RAVE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Carlucci resolved RAVE-813.
-----------------------------------
Resolution: Fixed
Fix Version/s: 0.17
> 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
> Fix For: 0.17
>
>
> 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