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: Anil Saldhana
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]