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

Michael Brohl commented on OFBIZ-9393:
--------------------------------------

You are right. I should have known better that Martin already thought of this 
:-)

> UtilMisc.toMap(), toList() and toSet() refactoring taking Varargs for 
> creating the wanted data structure
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9393
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9393
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Martin Becker
>            Priority: Trivial
>         Attachments: OFBIZ-9393_UtilMiscOverloadedRefactoring.patch
>
>
> This patch removes a number of outdated methods that took a fixed number of 
> objects to create a data structure, such as a linked list. Since the code is 
> outdated and inflexible, this patch removes these methods and added methods 
> to create the given data structure via a variable amount of arguments. This 
> approach also ensures that no other code needs a refactoring. In addition the 
> method populateMap() was removed which was private and was only used by the 
> multiple outdated toMap() functions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to