[jira] [Created] (OFBIZ-9397) New UtilMisc method collectionToString(...) building safely a String with the given collection and delimiter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-9397) New UtilMisc method collectionToString(...) building safely a String with the given collection and delimiter

Nicolas Malin (Jira)
Martin Becker created OFBIZ-9397:
------------------------------------

             Summary: New UtilMisc method collectionToString(...) building safely a String with the given collection and delimiter
                 Key: OFBIZ-9397
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9397
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Martin Becker
            Priority: Trivial


The added method UtilMisc.collectionToString(Collection values, String delimiter) creates a String from the values of a collection, separated with the given delimiter. This is done in a safe way without a "null" literal.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)