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)