You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adrian Crum (JIRA)" <ji...@apache.org> on 2014/09/20 11:42:33 UTC

[jira] [Commented] (OFBIZ-5781) Convert Javolution collections into Java collections

    [ https://issues.apache.org/jira/browse/OFBIZ-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14141898#comment-14141898 ] 

Adrian Crum commented on OFBIZ-5781:
------------------------------------

Be very careful when selecting the java.util.* replacement. The replacement must duplicate the behavior of the Javolution class.

For example, Javolution Map Iterators return items in insertion sequence (HashMap does not), so any code relying on the original insertion order must use a LinkedHashMap.


> Convert Javolution collections into Java collections
> ----------------------------------------------------
>
>                 Key: OFBIZ-5781
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5781
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Deepak Dixit
>            Assignee: Ashish Vijaywargiya
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)