[
https://issues.apache.org/jira/browse/FREEMARKER-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035967#comment-16035967
]
Daniel Dekany commented on FREEMARKER-53:
-----------------------------------------
But the Java iteration order of {{Stack}} is first-in-first-out too. You only
get last-in-first-out in Java if you call {{pop()}}. Am I missing something?
> Element order not preserved with java.util.Stack
> ------------------------------------------------
>
> Key: FREEMARKER-53
> URL: https://issues.apache.org/jira/browse/FREEMARKER-53
> Project: Apache Freemarker
> Issue Type: Bug
> Components: engine
> Affects Versions: 2.3.23
> Reporter: Man J
> Priority: Minor
>
> A field inside one of my model objects is of the type {{java.util.Stack}}.
> Java code iterates over the elements of this field correctly to yield objects
> in last-in-first-out order. However, Freemarker iterates over its elements in
> first-in-first-out order like a regular {{List}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)