Jeff Nelson created THRIFT-2115:
-----------------------------------

             Summary: Use LinkedHashSet instead of HashSet in generated java 
rpc code
                 Key: THRIFT-2115
                 URL: https://issues.apache.org/jira/browse/THRIFT-2115
             Project: Thrift
          Issue Type: Improvement
          Components: Java - Compiler
    Affects Versions: 0.9
            Reporter: Jeff Nelson


Generated java code that returns a generic Set<?> should use a LinkedHashSet 
instead of a HashSet so that the iteration order is maintained from server to 
client.

--
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

Reply via email to