Apache Commons Lang
Go to file
Steven Caswell 58503e7eec updated tests to reflect the following changes:
deprecated method getLength(), replaced with getThrowableCount();
deprecated indexOfThrowable(int, Class), replaced with indexOfThrowable(Class, int) to make signature consistent with other APIs;
changed functionality of methods that receive an index argument to throw an IndexOutOfBoundsException if the index is specified incorrectly, rather than absorbing invalid indices silently, to bring in line with the String API


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136951 13f79535-47bb-0310-9956-ffa450edef68
2002-07-26 20:30:58 +00:00
src updated tests to reflect the following changes: 2002-07-26 20:30:58 +00:00
LICENSE.txt o adding .txt extension to keep windows and checkstyle happy. 2002-07-26 18:58:35 +00:00
PROPOSAL.html Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
RELEASE-NOTES.txt wrote a release text. 2002-07-25 22:44:29 +00:00
STATUS.html Added myself to commiters list. 2002-07-26 01:14:28 +00:00
build.xml Initial copy from jakarta-commons-sandbox 2002-07-19 03:35:56 +00:00
default.properties removed my junit location :) 2002-07-19 03:39:48 +00:00
maven.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00
project.xml o using the parent project.xml 2002-07-26 19:07:07 +00:00