You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Kiruahxh (Jira)" <ji...@apache.org> on 2020/08/03 08:44:00 UTC

[jira] [Created] (LANG-1593) Common behaviour for StringUtils join APIs when called with char or String delimiter

Kiruahxh created LANG-1593:
------------------------------

             Summary: Common behaviour for StringUtils join APIs when called with char or String delimiter
                 Key: LANG-1593
                 URL: https://issues.apache.org/jira/browse/LANG-1593
             Project: Commons Lang
          Issue Type: Improvement
    Affects Versions: 3.4
            Reporter: Kiruahxh


For now, join(int[], char) is working well.
However, the same join method called with a string delimiter behaves differently : it returns memory addresses which is rarely the desired behavior.
I think that, for coherence, calling StringUtils with a char or String delimiter should return the exact same value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)