https://github.com/apache/commons-lang

sort by:
Revision Author Date Message Commit Date
17c938f This commit was manufactured by cvs2svn to create tag 'STRUTS_1_1_RC1'. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/tags/STRUTS_1_1_RC1@137254 13f79535-47bb-0310-9956-ffa450edef68 06 February 2003, 20:13:07 UTC
bb7e7e1 Use default HashMap sizes as this is better across JDK versions git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137253 13f79535-47bb-0310-9956-ffa450edef68 06 February 2003, 20:13:07 UTC
e6f11e0 Fix javadoc from checkstyle git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137252 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 22:50:31 UTC
2023467 Fix licences, dates and since tags git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137251 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 22:19:33 UTC
751c151 Change scope of static constant for performance from Gary Gregory, bug ref 16622 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137250 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 22:12:08 UTC
4c63a72 Add support for indexOf, lastIndexOf and contains for ArrayUtils from Nikolay Metchev, bug ref 15438 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137249 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 22:06:24 UTC
bdbde6d Update Enum initial sizes for JDK1.2 and JDK1.3 from Mike Bowler, bug fix 16690 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137248 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 18:42:50 UTC
85cbed6 Update Enum classes to support hierarchy Enum definitions git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137247 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 18:30:08 UTC
2ddf33f Update to output more nicely formatted toString() that converts $ to . git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137246 13f79535-47bb-0310-9956-ffa450edef68 04 February 2003, 16:56:08 UTC
6f78d8a o The CalendUtilsTest fails due to what appears to be some TZ problems. I'm right on the cusp for the last Sunday the test is trying to find and it gets the wrong day. Excluding it for now from the test because the test is not reliable yet. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137245 13f79535-47bb-0310-9956-ffa450edef68 03 February 2003, 00:01:07 UTC
6954fa7 What? Everyone doesn't have a /usr/local/javalib/ directory? My cockup. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137244 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 16:52:40 UTC
d75f826 Removed a few checkstyle complaints. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137243 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 09:26:52 UTC
b6f8afe Added the date to the maven site. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137242 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 09:16:32 UTC
3c27be2 Updated to reflect next version's dev. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137241 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 09:11:55 UTC
c6dcdde Added a couple of StringUtils todos. Reworded the Action Items to indicate that not all are considered to definitely be in scope for Lang. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137240 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 09:10:24 UTC
09f7773 HashTable to Hashtable in Javadoc. Bug #16669 Submitted by: Ken Fitzpatrick git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137239 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 04:12:32 UTC
d9bc18e Applied patch from Tomasz Skutnik which allows a Random object to be passed in. This means that method calls to RandomStringUtils can be predictable. Submitted by: Tomasz Skutnik <Tomasz.Skutnik@e-point.pl> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137238 13f79535-47bb-0310-9956-ffa450edef68 02 February 2003, 03:46:13 UTC
0c7e480 Removed to bundle in a proposal of added classes to BeanUtils at some point. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137237 13f79535-47bb-0310-9956-ffa450edef68 29 January 2003, 22:05:44 UTC
35b2f4c Add class level javadoc bug fix 16341 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137236 13f79535-47bb-0310-9956-ffa450edef68 25 January 2003, 13:06:26 UTC
c23e693 Remove unused code from Gary Gregory, bug fix 16284 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137235 13f79535-47bb-0310-9956-ffa450edef68 25 January 2003, 13:01:38 UTC
ab53513 * src/test/org/apache/commons/lang/exception/ExceptionUtilsTestCase.java testPrintThrowables(): Previously printing some stack traces to stdout as part of its tests which at first glance looks like a test failure (but in reality isn't). Here's a truncated example: test.exception: [echo] Running exception package tests ... [java] ......................................... [java] ......org.apache.commons.lang.exception.ExceptionUtilsTestCase$Ex [java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.c [java] [wrapped] org.apache.commons.lang.exception.ExceptionUtilsTestCa [java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.c [java] [wrapped] org.apache.commons.lang.exception.ExceptionUtilsTestCa [java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.c [java] at org.apache.commons.lang.exception.ExceptionUtilsTestCase.t * src/java/org/apache/commons/lang/exception/ExceptionUtils.java WRAPPED_MARKER: New constant for the " [wrapped] " text used when printing exception stack traces. getRootCauseStackTrace(Throwable): Replaced inline " [wrapped] " text with use of new WRAPPED_MARKER constant. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137234 13f79535-47bb-0310-9956-ffa450edef68 20 January 2003, 23:04:19 UTC
69819f8 * src/test/org/apache/commons/lang/StringUtilsTest.java testCaseFunctions(): Added single character string tests for capitalise() and uncapitalise() methods. * src/java/org/apache/commons/lang/StringUtils.java capitalise(), uncapitalise(): Clarified code path -- no functional change. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137233 13f79535-47bb-0310-9956-ffa450edef68 20 January 2003, 22:15:13 UTC
984bc76 Fix infinite recursion in inner classes reflection methods from Per Velschow git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137232 13f79535-47bb-0310-9956-ffa450edef68 19 January 2003, 18:49:05 UTC
c2d07cc Fix infinite recursion in replace() when blank string used from Holger Krauth git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137231 13f79535-47bb-0310-9956-ffa450edef68 19 January 2003, 18:15:38 UTC
7ce4385 Fix javadoc where wrong method name specified from Michael Schulze git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137230 13f79535-47bb-0310-9956-ffa450edef68 19 January 2003, 17:51:42 UTC
158a510 Add additional testing for hashcode and equals integration git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137229 13f79535-47bb-0310-9956-ffa450edef68 19 January 2003, 17:42:18 UTC
5c40090 Add superclass behaviour to builder classes from Gary Gregory git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137228 13f79535-47bb-0310-9956-ffa450edef68 19 January 2003, 17:35:21 UTC
9247caa Update licence git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137227 13f79535-47bb-0310-9956-ffa450edef68 15 January 2003, 22:08:37 UTC
5a173ea Javadoc example java fixed. Submitted by: Christopher M. Judd <cjudd@columbus.rr.com> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137226 13f79535-47bb-0310-9956-ffa450edef68 15 January 2003, 20:54:00 UTC
a46f4fe Javadoc patch for java example. Submitted by: Christopher M. Judd <cjudd@columbus.rr.com> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137225 13f79535-47bb-0310-9956-ffa450edef68 15 January 2003, 20:51:57 UTC
f76f9bf Oops. Meant to check this in a day or so ago. Hooked the FastDateFormat test up. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137224 13f79535-47bb-0310-9956-ffa450edef68 10 January 2003, 03:55:01 UTC
601000d Reformatted [dos2unix]. A newline was introduced after the licence so that cvs would allow the commit. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137223 13f79535-47bb-0310-9956-ffa450edef68 07 January 2003, 21:21:43 UTC
6325219 Moved the enum package to the end so that the others can be tested. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137222 13f79535-47bb-0310-9956-ffa450edef68 07 January 2003, 19:56:40 UTC
a99f796 A thread-safe, faster version of java.text's DateFormat. While JODA contains better, this version is religion-free. Permission given by Brian S O'Neill: http://archives.apache.org/eyebrowse/ReadMsg?listName=commons-dev@jakarta.apache.org&msgNo=20612 Submitted by: Sean Schofield git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137221 13f79535-47bb-0310-9956-ffa450edef68 07 January 2003, 19:55:55 UTC
2f50297 Fix to enable anonymous inner classes as Enums for functionality git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137220 13f79535-47bb-0310-9956-ffa450edef68 31 December 2002, 22:39:39 UTC
6c4d516 Fix to handle anonymous inner classes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137219 13f79535-47bb-0310-9956-ffa450edef68 31 December 2002, 22:32:23 UTC
95af50e Include Gary as author of the last patch git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137218 13f79535-47bb-0310-9956-ffa450edef68 31 December 2002, 20:21:34 UTC
891b71f Fix to include superclass fields in reflection toString git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137217 13f79535-47bb-0310-9956-ffa450edef68 31 December 2002, 20:17:53 UTC
a84055c Validate relocated to new util subpackage git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137215 13f79535-47bb-0310-9956-ffa450edef68 29 December 2002, 22:09:54 UTC
849db69 Update to more fully describe the classes in Lang git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137214 13f79535-47bb-0310-9956-ffa450edef68 29 December 2002, 22:07:55 UTC
2618ac4 Add since tags git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137213 13f79535-47bb-0310-9956-ffa450edef68 29 December 2002, 22:06:21 UTC
33113bf Add Identifier generators to Lang from Util git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137212 13f79535-47bb-0310-9956-ffa450edef68 29 December 2002, 21:35:04 UTC
14dee90 Remove unused imports git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137211 13f79535-47bb-0310-9956-ffa450edef68 25 December 2002, 22:03:00 UTC
01eafff Update for math package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137210 13f79535-47bb-0310-9956-ffa450edef68 23 December 2002, 00:33:50 UTC
8e3f80d Add since tags git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137209 13f79535-47bb-0310-9956-ffa450edef68 23 December 2002, 00:32:24 UTC
8977d08 Add since tags git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137208 13f79535-47bb-0310-9956-ffa450edef68 23 December 2002, 00:20:31 UTC
010e0a3 Add since tags Formatting git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137207 13f79535-47bb-0310-9956-ffa450edef68 23 December 2002, 00:15:19 UTC
725fd75 Add method to allow update to list of recognised exception method names Javadoc Formatting git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137206 13f79535-47bb-0310-9956-ffa450edef68 23 December 2002, 00:03:47 UTC
4036dc8 Add StopWatch git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137205 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 22:59:58 UTC
af15108 Add negate(Boolean) method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137204 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 21:33:12 UTC
24968c2 Re-enable fraction testing git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137203 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 21:18:51 UTC
efb0f34 Update with latest status changes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137202 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 21:11:09 UTC
62e0f07 First version of Lang developers guide git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137201 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 21:07:35 UTC
706ed81 Update for performance, from Jeff Varszegi git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137200 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 19:55:30 UTC
d91d145 Add since tag git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137199 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 19:54:58 UTC
8d72d21 Add Fraction class and associated tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137198 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 19:39:39 UTC
5fcc8e8 Creation of basic package info for math package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137197 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 16:21:03 UTC
491b26d Creation of math subpackage Addition of Range class, and specific subclasses Tests for Range git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137196 13f79535-47bb-0310-9956-ffa450edef68 22 December 2002, 16:20:29 UTC
0018fa8 Change javadoc to descrive the class (and its problems) more thoroughly git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137195 13f79535-47bb-0310-9956-ffa450edef68 21 December 2002, 14:22:11 UTC
9c4166d Create time subpackage git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137194 13f79535-47bb-0310-9956-ffa450edef68 18 December 2002, 23:30:20 UTC
55feeb7 Remove unneeded whitespace that might cause javadoc problems git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137193 13f79535-47bb-0310-9956-ffa450edef68 18 December 2002, 23:28:19 UTC
ef29235 BitField moved over from the [util] project. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137192 13f79535-47bb-0310-9956-ffa450edef68 18 December 2002, 02:50:36 UTC
f1cc6ec Added printRootCauseStackTrace git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137191 13f79535-47bb-0310-9956-ffa450edef68 16 December 2002, 23:05:29 UTC
3d82f12 CalendarUtils from the sandbox, for merger with DateUtils. Or parallel living. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137190 13f79535-47bb-0310-9956-ffa450edef68 16 December 2002, 21:55:20 UTC
26c6a7c A DateUtils class from Ant. Still needs lots of thinking etc, but might as well be doing these things in the cvs head as we're not near an obvious release. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137189 13f79535-47bb-0310-9956-ffa450edef68 16 December 2002, 21:48:41 UTC
89959e2 Update to latest status of lang git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137188 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 19:36:41 UTC
184c0b4 Test the ClassUtils class git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137187 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 19:36:08 UTC
ecc344f Make compile after ClassUtils method changed git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137186 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 19:34:34 UTC
ee92780 Try to give the test a better chance of passing on slow CPUs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137185 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 17:03:41 UTC
f6a7697 Add BooleanUtils with lots of boolean conversions git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137184 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 16:55:32 UTC
31bf101 Remove isTrue to BooleanUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137183 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 16:54:23 UTC
24bc34a Add constants for standard numeric values git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137182 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 16:53:28 UTC
925d554 Correct javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137181 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 15:00:46 UTC
01fd4c6 Change so they compile under jdk1.2.1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137180 13f79535-47bb-0310-9956-ffa450edef68 15 December 2002, 12:30:44 UTC
2bc43c9 Add Validate class for argument validation git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137179 13f79535-47bb-0310-9956-ffa450edef68 13 December 2002, 17:21:56 UTC
b91dfd1 Consolidated methods. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137178 13f79535-47bb-0310-9956-ffa450edef68 10 December 2002, 19:06:49 UTC
5003e9c Add support for calling superclass compareTo git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137177 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 21:43:34 UTC
1924880 Rework to support nulls properly Add support for comparators git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137176 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 21:38:19 UTC
3129990 Add ability to build compound hashCode using superclass git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137175 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 21:22:42 UTC
bd5f9fc Add ability to build compound equals using superclass git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137174 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 21:10:42 UTC
ecb4235 Add ability to build compound toStrings using superclass and delegates git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137173 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 20:48:46 UTC
a2fd090 Keep javadoc generation happy git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137172 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 16:18:39 UTC
7e42641 Remove Hen's personal settings (!) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137171 13f79535-47bb-0310-9956-ffa450edef68 08 December 2002, 16:06:30 UTC
f9e7f0e Updated version from 1.0 to 1.1-dev. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137170 13f79535-47bb-0310-9956-ffa450edef68 07 December 2002, 21:52:19 UTC
3e88bc3 Added the StringUtils.unescape method, UnitTest and STATUS change. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137169 13f79535-47bb-0310-9956-ffa450edef68 07 December 2002, 21:50:30 UTC
f682f4b Added a the fix for bug #14883. Submitted-by: Thomas Hawtin [tackline@tackline.demon.co.uk] git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137168 13f79535-47bb-0310-9956-ffa450edef68 27 November 2002, 22:54:29 UTC
8846220 Added a unit test to show the bugs in bug #14883 for countMatches method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137167 13f79535-47bb-0310-9956-ffa450edef68 27 November 2002, 22:53:48 UTC
21ff810 Bugfix, classic this.foo = this.foo error. Noticed by Andy Freeman. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137166 13f79535-47bb-0310-9956-ffa450edef68 25 November 2002, 17:35:57 UTC
6b8ba82 Add reverse to ArrayUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137165 13f79535-47bb-0310-9956-ffa450edef68 24 November 2002, 16:50:38 UTC
28f37f2 Added the second fix from Mark McDowell [mcdoma@ncs.com] for bug #14062 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137160 13f79535-47bb-0310-9956-ffa450edef68 23 November 2002, 00:54:24 UTC
de74831 So my test was wrong. I was using the split method wrongly. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137159 13f79535-47bb-0310-9956-ffa450edef68 23 November 2002, 00:51:34 UTC
9d3dc97 Added unit test to detect bug # 14062. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137158 13f79535-47bb-0310-9956-ffa450edef68 23 November 2002, 00:41:19 UTC
e19abe9 Threw in a test for newline replacement. This was a problem in String Taglib and having this test let me know it wasn't the fault of StringUtils. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137157 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 23:33:34 UTC
dd1a5f5 Surprisingly the isJavaVersionAtLeast was not static. I can't see any reason for this and have fixed it. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137156 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 23:32:45 UTC
8b1532b Protected a Number test so it only runs in 1.3+. I suspect the JDK doesn't support the type of number we're throwing at it in 1.2: "1.1E-700F" to BigDecimal. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137154 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 23:30:32 UTC
3a3889b And moved bakc to 1.3 until I can figure out how to make them work at 1.2. Code appears to try to modify them?!? git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137150 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 23:11:58 UTC
d0fed98 Added JDK 1.2 compliant EMPTY_MAPs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137149 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 22:52:40 UTC
d5fd07f Put Stephen's privates back. He hadn't needed to take them out. [Okay, the humour is killing me]. Added this.'s in front of the methods in each constructor. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137148 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 22:52:17 UTC
6c37e6f Changed inner classes to be package scoped for JDK 1.2 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137147 13f79535-47bb-0310-9956-ffa450edef68 22 November 2002, 21:16:24 UTC
3e9065d Make MethodUtils depend on ReflectionUtils parameter set comparasons git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137142 13f79535-47bb-0310-9956-ffa450edef68 21 November 2002, 19:38:51 UTC
back to top