ListOrderedMap not respecting underlying list
---------------------------------------------
Key: COLLECTIONS-332
URL: https://issues.apache.org/jira/browse/COLLECTIONS-332
Project: Commons Collections
Issue Type: Bug
Components: Map
Reporter: Tom Parker
Priority: Minor
When decorating either CaseInsensitiveMap or IdentityMap (and I believe this
will impact any java.util.TreeMap built with a non-.equals() Comparator),
ListOrderedMap responds inconsistently with the underlying map. The ordering
seems to be operating off .equals() rather than the actual contents of the
underlying map.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.