[
https://issues.apache.org/jira/browse/SCOUT-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Stam updated SCOUT-41:
---------------------------
Fix Version/s: 1.0rc1
> Results not returned in the given order
> ---------------------------------------
>
> Key: SCOUT-41
> URL: https://issues.apache.org/jira/browse/SCOUT-41
> Project: Scout
> Issue Type: Bug
> Components: Scout Implementation
> Reporter: Jarek Gawor
> Assignee: Kurt Stam
> Fix For: 1.0rc1
>
> Attachments: SCOUT-41.patch
>
>
> Because of https://issues.apache.org/jira/browse/SCOUT-35 related changes (to
> avoid duplicates) code was switched to use HashSet to store the results.
> However, sometimes the JAXR results must be returned in a specific order.
> Since HashSet does not preserve the insertion order the results must be
> stored in LinkedHashSet so that the duplicates are removed and the order is
> preserved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]