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

sort by:
Revision Author Date Message Commit Date
bcd86e7 more test coverage of obscure situations git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138003 13f79535-47bb-0310-9956-ffa450edef68 25 December 2004, 17:52:19 UTC
57b94c3 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 will leave out any matching characters from all tokens. I also fixed a few minor bugs. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138002 13f79535-47bb-0310-9956-ffa450edef68 23 December 2004, 18:55:48 UTC
d669920 Remove Class and Package comparators - too specific set of use cases git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138001 13f79535-47bb-0310-9956-ffa450edef68 19 December 2004, 22:35:38 UTC
74d2091 should now run the last bit of code git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138000 13f79535-47bb-0310-9956-ffa450edef68 19 December 2004, 03:30:38 UTC
a339610 few more tests to get 100% coverage for Token git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137999 13f79535-47bb-0310-9956-ffa450edef68 19 December 2004, 03:23:00 UTC
4932018 override so it uses the latest clover git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137998 13f79535-47bb-0310-9956-ffa450edef68 18 December 2004, 03:06:35 UTC
8beb154 Bug in javadoc example as described in Bugzilla entry 32198. PR: 32198 Submitted by: Ronald Wildenberg git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137997 13f79535-47bb-0310-9956-ffa450edef68 18 December 2004, 02:48:01 UTC
46643a1 Javadoc nits. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137996 13f79535-47bb-0310-9956-ffa450edef68 12 December 2004, 22:36:20 UTC
1ad7fd1 Javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137995 13f79535-47bb-0310-9956-ffa450edef68 23 November 2004, 19:15:28 UTC
167c031 Handle Java version with text prefix, as found on HP-UX bug 32123, from Jason Gritman git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137994 13f79535-47bb-0310-9956-ffa450edef68 12 November 2004, 00:48:41 UTC
bf0e5af Javadox typo. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137993 13f79535-47bb-0310-9956-ffa450edef68 06 November 2004, 01:27:59 UTC
bbdd293 Javadoc only. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137992 13f79535-47bb-0310-9956-ffa450edef68 21 October 2004, 01:18:34 UTC
e65e22f Allow Java 1.5 to be used to build with Maven. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137991 13f79535-47bb-0310-9956-ffa450edef68 21 October 2004, 00:36:37 UTC
d5095df Two items: (1) Allow the Java 1.5 to be used to build by adding: # Specifies the source version for the Java compiler. # Corresponds to the source attribute for the ant javac task. # Valid values are 1.3, 1.4, 1.5. compile.source = 1.3 (2) Refactor the multiple use of the javac/target="1.1" into a build property: # Generate class files for specific VM version (e.g., 1.1 or 1.2). # Note that the default value depends on the JVM that is running Ant. # In particular, if you use JDK 1.4+ the generated classes will not be usable # for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 # (which is the default value for JDK 1.1 to 1.3). compile.target = 1.1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137990 13f79535-47bb-0310-9956-ffa450edef68 21 October 2004, 00:21:39 UTC
ac517f7 Add parse method that handles multiple patterns bug 30674 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137989 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 21:06:18 UTC
e08b9b8 Fix unescape to handle invalid entities bug 29149, from Dan Goldberg git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137988 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 18:52:21 UTC
d728e81 Document how to format a date from bug 21663 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137987 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 18:20:46 UTC
084de39 Remove dead code git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137986 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 18:13:34 UTC
c0722ea Add bug 30929 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137985 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 17:47:48 UTC
d19d4a8 Fix DateUtils.truncate oddity at the far end of the Date spectrum bug 31395, from Marc Portier git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137984 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 17:43:05 UTC
22269dc Improve example git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137983 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 17:27:11 UTC
61cccd3 Add methods to compare dates and calendars in different ways based on bug 26922 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137982 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 17:08:42 UTC
4ef9502 First cut at release notes for 2.1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137981 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 16:45:59 UTC
cf9f073 Add since tags git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137980 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 15:20:30 UTC
7df3b63 Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137979 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 15:19:40 UTC
1ae0107 Add initial version of StrBuilder, currently without any tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137978 13f79535-47bb-0310-9956-ffa450edef68 16 October 2004, 15:09:52 UTC
5111ae7 Rework DurationFormatUtils to have clearer API based on two types of formatting Fix millisecond formatting bug git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137977 13f79535-47bb-0310-9956-ffa450edef68 15 October 2004, 23:11:31 UTC
275aab5 Fix test for changed exception message git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137976 13f79535-47bb-0310-9956-ffa450edef68 15 October 2004, 23:10:33 UTC
5417810 Remove commented out code that never went anywhere git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137975 13f79535-47bb-0310-9956-ffa450edef68 15 October 2004, 20:57:18 UTC
092d201 Update Javadoc to better describe the behaviour and use cases of the exceptions git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137974 13f79535-47bb-0310-9956-ffa450edef68 15 October 2004, 20:55:01 UTC
3dbb90f 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137973 13f79535-47bb-0310-9956-ffa450edef68 15 October 2004, 00:43:29 UTC
4d7e4b5 Add Date equivalent of isSameDay method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137972 13f79535-47bb-0310-9956-ffa450edef68 13 October 2004, 21:48:00 UTC
097aa30 Remove lastIndex(), which is better done as getLength() - 1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137971 13f79535-47bb-0310-9956-ffa450edef68 10 October 2004, 18:56:16 UTC
f4f34dc Fix bug where add() didn't use array type Remove unecessary calls to lastIndex() for performance git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137970 13f79535-47bb-0310-9956-ffa450edef68 09 October 2004, 11:55:51 UTC
657eac9 Change behaviour of indexOf to match subclasses, with appropriate comments bug 30929 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137969 13f79535-47bb-0310-9956-ffa450edef68 09 October 2004, 10:45:24 UTC
fbaf1c3 Add additional method to support subclass searching of exceptions in a chain bug 30929 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137968 13f79535-47bb-0310-9956-ffa450edef68 09 October 2004, 10:04:04 UTC
2610570 Javadoc hashCode() more precisely. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137967 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 22:29:33 UTC
c175777 Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137966 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 22:10:37 UTC
8f56942 Extra tests based on Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137965 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 22:10:23 UTC
468efa2 Rename allElementsOfClass to allElementsOfType, and change to instanceof check git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137964 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 21:44:41 UTC
b2214a2 Remove wrong Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137963 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 21:33:03 UTC
ad794c4 Add isTrue and isFalse methods git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137962 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 21:27:00 UTC
49e1f13 - Added javadoc package.html - Removed all "implements java.io.Serializable" since java.lang.Number already declares it. - New Javadoc for equals(Object) methods to match Number subclasses, in particular to provide more details for Float and Double. - equals(Object) methods now use /type/Value() calls instead of ".value" direct references (similar impl to Number subclasses). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137961 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 19:45:46 UTC
beed062 Add since tags for 2.1 and fix Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137960 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 00:11:22 UTC
c9e1d29 Add since tags for 2.1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137959 13f79535-47bb-0310-9956-ffa450edef68 08 October 2004, 00:11:00 UTC
1693836 Fix javadoc to refer to the correct entities from knuti at ibm git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137958 13f79535-47bb-0310-9956-ffa450edef68 07 October 2004, 22:45:27 UTC
f27ed8f Rename Tokenizer to StrTokenizer and move to text subpackage git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137957 13f79535-47bb-0310-9956-ffa450edef68 06 October 2004, 22:29:25 UTC
6fe93ed Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137956 13f79535-47bb-0310-9956-ffa450edef68 06 October 2004, 21:40:09 UTC
59d5f2f CharacterEncoding renamed to CharEncoding git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137955 13f79535-47bb-0310-9956-ffa450edef68 02 October 2004, 01:46:30 UTC
dd2a184 Calendar.setTimeInMillis(long) is a JDK 1.4 method, so reverting to an older variant git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137954 13f79535-47bb-0310-9956-ffa450edef68 02 October 2004, 01:40:30 UTC
17c6ebc Minor format tweak, add some leading spaces to two lines. (One more time, without tabs in the two spots). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137953 13f79535-47bb-0310-9956-ffa450edef68 01 October 2004, 22:45:51 UTC
dd2f1a2 Minor format tweak, add some leading spaces to two lines. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137952 13f79535-47bb-0310-9956-ffa450edef68 01 October 2004, 22:32:53 UTC
f1106ca Run mutable tests. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137951 13f79535-47bb-0310-9956-ffa450edef68 01 October 2004, 21:53:50 UTC
9c08168 Remove unnecessary type casts. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137950 13f79535-47bb-0310-9956-ffa450edef68 01 October 2004, 17:12:29 UTC
ef8f9c9 Javadoc: Replace some HTML anchor hrefs with Javadoc @link and other nits. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137949 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 17:24:47 UTC
440ac74 Javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137948 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 16:57:18 UTC
74dbcc9 Javadoc package description. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137947 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 16:57:05 UTC
53d9d01 The Sun Javadoc for versions prior to 1.3 are off-line: <property name="jdk.javadoc" value="http://java.sun.com/j2se/1.3/docs/api/"/> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137946 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 16:51:14 UTC
5fdb8a3 rolled back BUG#30929 pending opinions git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137945 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 07:03:25 UTC
0a08b6e added javadoc to warn of Bug#31422, reported by Itzik Levin git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137944 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 06:35:52 UTC
11b5125 Gary wants us to be more precise :) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137943 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 06:26:37 UTC
2a041e2 Bug#30929. Shorn Tolley pointed out that using equals() means you can't pass SQLException in and expect to get back extensions of SQLException. Switching to isAssignableFrom allows you to do this. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137942 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 06:21:40 UTC
cc95d41 I am such an idiot. It is dd for day of month, not DD. No surprise it was printing 366 and not 31 for the last day of the year. Excuse me while I garotte myself. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137941 13f79535-47bb-0310-9956-ffa450edef68 30 September 2004, 06:12:17 UTC
f80cb56 typo fixed, a couple of extra overload methods added (need javadoc) and formatting for start->end changed to match millis implementation, for a pattern of M, 4 years is reported as 48 months and not 0 months. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137940 13f79535-47bb-0310-9956-ffa450edef68 27 September 2004, 04:49:07 UTC
3424e42 tests updated to not need the removed month/year milli estimates git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137939 13f79535-47bb-0310-9956-ffa450edef68 27 September 2004, 04:46:47 UTC
69ec8f4 teach me to commit without a compile. Removed an overloaded method, so needs another parameter to hit a different overload git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137938 13f79535-47bb-0310-9956-ffa450edef68 27 September 2004, 03:40:15 UTC
a453bf4 fixing the optimisation separation git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137937 13f79535-47bb-0310-9956-ffa450edef68 27 September 2004, 03:31:59 UTC
a1414f5 updated javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137936 13f79535-47bb-0310-9956-ffa450edef68 27 September 2004, 03:30:10 UTC
177d409 removed the weak assumptions for number of millis in a month/year from DateUtils. Implemented a second format method that relies on a start and an end in DurationFormatUtils, though I found that TimeZone was very important in the overloaded millis version. The two methods hand off to each other depending on whether the time is > or < than 28 days git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137935 13f79535-47bb-0310-9956-ffa450edef68 27 September 2004, 03:14:15 UTC
fc447ad switched tests away from using the extended format to using just the pattern and the duration format code. Switched a year to being 365.25 days, though months are still quite off when doing durations on milliseconds. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137934 13f79535-47bb-0310-9956-ffa450edef68 26 September 2004, 05:45:33 UTC
f629a89 Javadoc nit. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137933 13f79535-47bb-0310-9956-ffa450edef68 21 September 2004, 02:11:06 UTC
3aab5ae Fix for zero-padding of years. A commented out set of failing tests are added to the Unit Test and need to be addressed. Submitted by: Jerson Chua git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137932 13f79535-47bb-0310-9956-ffa450edef68 12 September 2004, 05:03:26 UTC
f010588 commented out failing test. need to decide how to fix git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137931 13f79535-47bb-0310-9956-ffa450edef68 12 September 2004, 05:02:06 UTC
fc40d1c Add isSameDay method to DateUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137930 13f79535-47bb-0310-9956-ffa450edef68 07 September 2004, 23:03:37 UTC
e5e5fb3 Update constants, ensuring that 64bit longs are used properly git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137929 13f79535-47bb-0310-9956-ffa450edef68 07 September 2004, 22:50:45 UTC
d528509 added classes to write about git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137928 13f79535-47bb-0310-9956-ffa450edef68 06 September 2004, 00:41:02 UTC
031eaed put section in the wrong place git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137927 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 21:48:48 UTC
52486f5 developer guide moved to the site and hooked into the navigation git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137926 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 21:48:08 UTC
0fc469b updated user guide git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137925 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 21:47:37 UTC
c467592 typo git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137924 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 20:38:36 UTC
271fc30 No longer Antony\'s email git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137923 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 20:09:33 UTC
8b361b4 tests the state checking and uses SplitTime git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137922 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 19:55:29 UTC
64fa7bc linked in userguide, though it needs work git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137921 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 01:43:45 UTC
b764c11 lniked in text package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137920 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 01:42:37 UTC
bbf47de Interpolation moved into the text package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137919 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 00:56:31 UTC
dce7e4c reformatted to match other Lang code git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137918 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 00:42:14 UTC
0028e37 class from Digester, akin to the Interpolation class in the lang package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137917 13f79535-47bb-0310-9956-ffa450edef68 05 September 2004, 00:37:28 UTC
1ab209f Fixed a typo in javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137916 13f79535-47bb-0310-9956-ffa450edef68 02 September 2004, 19:16:18 UTC
a29a755 Fixed a couple of typos in javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137915 13f79535-47bb-0310-9956-ffa450edef68 02 September 2004, 19:04:56 UTC
031b68e Remove cloning from char array methods git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137914 13f79535-47bb-0310-9956-ffa450edef68 02 September 2004, 07:52:35 UTC
fdfba0f Javadoc nit fixed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137913 13f79535-47bb-0310-9956-ffa450edef68 01 September 2004, 18:00:01 UTC
a4963fa Unnecessary semicolon. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137912 13f79535-47bb-0310-9956-ffa450edef68 01 September 2004, 17:42:56 UTC
6569b2d The local variable substitutionBean is never read. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137911 13f79535-47bb-0310-9956-ffa450edef68 01 September 2004, 17:41:41 UTC
3aae9e6 Remove unused imports. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137910 13f79535-47bb-0310-9956-ffa450edef68 01 September 2004, 17:40:55 UTC
ee77c44 Removed comment: // Windows XP returns 'Windows 2000' just for fun... On my machine (Windows XP Pro SP1) the os.name property is "Windows XP". git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137909 13f79535-47bb-0310-9956-ffa450edef68 30 August 2004, 21:21:18 UTC
ad4bde9 Refactor "Windows" into private static final String OS_NAME_WINDOWS_PREFIX = "Windows"; git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137908 13f79535-47bb-0310-9956-ffa450edef68 30 August 2004, 21:19:52 UTC
b03921d various tests which helped find the last two bugs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137907 13f79535-47bb-0310-9956-ffa450edef68 29 August 2004, 03:44:22 UTC
067a1ca fix to handle the tiny difference between YEAR and 12*MONTH git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137906 13f79535-47bb-0310-9956-ffa450edef68 29 August 2004, 03:42:48 UTC
a88c318 bug in how the maths is being done creates a -ve number git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137905 13f79535-47bb-0310-9956-ffa450edef68 29 August 2004, 03:41:48 UTC
f0ef6df Rename end to pos, fix spelling, avoid new String() git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137904 13f79535-47bb-0310-9956-ffa450edef68 28 August 2004, 11:46:19 UTC
back to top