[
https://issues.apache.org/jira/browse/OFBIZ-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deepak Dixit updated OFBIZ-5781:
--------------------------------
Attachment: OFBIZ-5781.patch
Here is the patch for the javolution collection into groovy collection.
Done following changes :
- Removed the FastSet, FastList and FastMap from groovy classes.
- Used groovy collections for all the javolution collection
- Replace FastList with []
- Replace FastMap with [:]
- Replace FastSet with [] as Set
http://groovy.codehaus.org/Collections> 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
> Attachments: OFBIZ-5781.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)