[jira] Commented: (LANG-269) Shouldn't Commons Lang's StringUtils have a common string method?

2006-07-11 Thread Scott Johnson (JIRA)
[ http://issues.apache.org/jira/browse/LANG-269?page=comments#action_12420473 ] Scott Johnson commented on LANG-269: I thought about that when I was naming the methods. But I wasn't sure a suffix method would be useful. If it will provide value, I

[jira] Commented: (LANG-269) Shouldn't Commons Lang's StringUtils have a common string method?

2006-07-09 Thread Scott Johnson (JIRA)
[ http://issues.apache.org/jira/browse/LANG-269?page=comments#action_12419930 ] Scott Johnson commented on LANG-269: Thank you, Michael. The indexOfDifference(String[]) method initially scans the String array for the shortest String and uses that in

[jira] Updated: (LANG-269) Shouldn't Commons Lang's StringUtils have a common string method?

2006-07-09 Thread Scott Johnson (JIRA)
[ http://issues.apache.org/jira/browse/LANG-269?page=all ] Scott Johnson updated LANG-269: --- Attachment: v2_StringUtils.java.patch Shouldn't Commons Lang's StringUtils have a common string method?

[jira] Updated: (LANG-269) Shouldn't Commons Lang's StringUtils have a common string method?

2006-07-09 Thread Scott Johnson (JIRA)
[ http://issues.apache.org/jira/browse/LANG-269?page=all ] Scott Johnson updated LANG-269: --- Attachment: v2_StringUtilsTest.java.patch Shouldn't Commons Lang's StringUtils have a common string method?

[jira] Commented: (LANG-269) Shouldn't Commons Lang's StringUtils have a common string method?

2006-07-09 Thread Scott Johnson (JIRA)
[ http://issues.apache.org/jira/browse/LANG-269?page=comments#action_12419937 ] Scott Johnson commented on LANG-269: I've attached an updated patch reflecting your idea, Michael. It will definitely improve performance. I was also able to eliminate

[jira] Updated: (LANG-269) Shouldn't Commons Lang's StringUtils have a common string method?

2006-07-08 Thread Scott Johnson (JIRA)
[ http://issues.apache.org/jira/browse/LANG-269?page=all ] Scott Johnson updated LANG-269: --- Attachment: StringUtils.patch Interesting problem... Here's a patch that adds two new methods to StringUtils. The first is a new method