cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/text StrTokenizer.java

2004-12-25 Thread bayard
bayard 2004/12/25 12:30:16 Modified:lang/src/java/org/apache/commons/lang/text StrTokenizer.java Log: Without this line the code infinite loops. With it the tests still fail, but a failure is nicer than an infinite loop. Revision ChangesPath 1.3 +2 -1

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/text StrTokenizer.java

2004-12-25 Thread bayard
bayard 2004/12/25 12:41:23 Modified:lang/src/java/org/apache/commons/lang/text StrTokenizer.java Log: I assume this is a typo, a second setting of the trimmer matcher. Revision ChangesPath 1.4 +2 -2

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/text StrTokenizer.java

2004-12-25 Thread bayard
bayard 2004/12/25 12:42:48 Modified:lang/src/java/org/apache/commons/lang/text StrTokenizer.java Log: matching the other javadoc style; though I think it's a pretty useless bit of javadoc. Revision ChangesPath 1.5 +2 -2

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/text StrTokenizer.java

2004-12-25 Thread bayard
bayard 2004/12/25 13:02:20 Modified:lang/src/java/org/apache/commons/lang/text StrTokenizer.java Log: Default is meant to be for the trimmer to be a NoMatcher. Revision ChangesPath 1.6 +2 -2

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/text StrTokenizer.java

2004-12-23 Thread mattinger
mattinger2004/12/23 10:55:48 Modified:lang/src/java/org/apache/commons/lang/text StrTokenizer.java Log: Added a trimmer matcher which is now used to determine which characters to trim off the left and right of tokens. the ignore matcher is now truly an ignore matcher, which