[ 
https://issues.apache.org/jira/browse/COLLECTIONS-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Neidhart updated COLLECTIONS-264:
----------------------------------------

    Fix Version/s:     (was: 4.0-beta-1)
    
> FastTreeMap forgets the comparator
> ----------------------------------
>
>                 Key: COLLECTIONS-264
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-264
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Map
>    Affects Versions: 3.2
>         Environment: all
>            Reporter: Thomas Louis
>
> In line 359 and 582 of the current 3.2 release you should replace
>                 map = new TreeMap()
> with
>                 map = new TreeMap(map.comparator());
> Otherwise the underlaying TreeMap looses ist comparator.

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