[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-09-12 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453751#comment-13453751 ] Henri Yandell commented on LANG-810: So 3.2 - javadoc fix?

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-09-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453880#comment-13453880 ] Sebb commented on LANG-810: --- OK with me to just fix Javadoc StringUtils.join()

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-09-12 Thread Wilf Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453898#comment-13453898 ] Wilf Middleton commented on LANG-810: - Anyone who know String.substring(start,end) would

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-09-12 Thread Wilf Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454439#comment-13454439 ] Wilf Middleton commented on LANG-810: - my error. I looked at the wrong sv code! Looks

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-09-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454442#comment-13454442 ] Sebb commented on LANG-810: --- Check the recent commit which also updated the examples.

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-07-11 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13411282#comment-13411282 ] Joerg Schaible commented on LANG-810: - Sorry, but I cannot see what should be wrong

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-07-11 Thread Wilf Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13411295#comment-13411295 ] Wilf Middleton commented on LANG-810: - The javadoc states: endIndex - the index to

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-07-11 Thread Krzysztof Nazarewski (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13411325#comment-13411325 ] Krzysztof Nazarewski commented on LANG-810: --- Basically endIndex takes values from

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-07-11 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13411408#comment-13411408 ] Joerg Schaible commented on LANG-810: - ?? Sorry, but the result is exactly what is

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-07-10 Thread Wilf Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13410752#comment-13410752 ] Wilf Middleton commented on LANG-810: - The parameter description for join(Object array,

[jira] [Commented] (LANG-810) StringUtils.join() endIndex, bugged for loop

2012-07-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13408623#comment-13408623 ] Sebb commented on LANG-810: --- I think it's the Javadoc that is wrong, because the method is called