Apache Commons Lang
Go to file
Gary D. Gregory 2fdfb4a387 Change the APIs from char to int character input to match underlying JRE API called. There is no need to narrow the input type argument to the JRE, in fact this causes us to loose support for Unicode supplementary characters. The APIs changed are:
- indexOf(String, char) -> indexOf(String, int)
- indexOf(String, char, int) -> indexOf(String, int, int)
- lastIndexOf(String, char) -> lastIndexOf(String, int)
- lastIndexOf(String, char, int) -> lastIndexOf(String, int, int)
- contains(String, char) -> contains(String, int) 

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@923527 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16 00:46:02 +00:00
src Change the APIs from char to int character input to match underlying JRE API called. There is no need to narrow the input type argument to the JRE, in fact this causes us to loose support for Unicode supplementary characters. The APIs changed are: 2010-03-16 00:46:02 +00:00
LICENSE.txt Add blank line 2004-02-19 21:23:04 +00:00
NOTICE.txt Updating copyright year - just in time :) 2009-12-16 08:00:57 +00:00
RELEASE-NOTES.txt Update site for 2.5 release 2010-02-25 01:29:36 +00:00
checkstyle.xml Fixing the ASF copyright and placing it in the NOTICE file 2006-08-28 06:21:41 +00:00
doap_lang.rdf Add Lang 2.5 release 2010-02-25 10:54:19 +00:00
findbugs-exclude-filter.xml lang -> lang3 (LANG-563) 2009-12-10 12:09:00 +00:00
pom.xml Upgrade to commons-parent-14 (and maven-javadoc-plugin 2.5 when specified) 2010-03-15 23:10:18 +00:00