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

sort by:
Revision Author Date Message Commit Date
b091a37 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491651 13f79535-47bb-0310-9956-ffa450edef68 01 January 2007, 22:01:32 UTC
627392e Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491650 13f79535-47bb-0310-9956-ffa450edef68 01 January 2007, 22:00:14 UTC
8dbeaa6 Update Copyright for 2007. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491646 13f79535-47bb-0310-9956-ffa450edef68 01 January 2007, 21:54:23 UTC
7d7b3e3 Add missing Javadoc tags. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491645 13f79535-47bb-0310-9956-ffa450edef68 01 January 2007, 21:51:30 UTC
a17bdf3 Adding bugfixes and improvements from JIRA git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491129 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 23:08:49 UTC
9425150 Rolling back r467482 as the methods are already in java.util.Arrays. These were added as a part of #LANG-238. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491076 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 18:48:37 UTC
65cc70a Rolling back r490355 - StrBuilder implements Cloneable again git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491073 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 18:42:08 UTC
640d7cf LANG-301 - Document cloneReset() git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491063 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 17:55:32 UTC
a9ff534 Fix javadoc link git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491059 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 17:44:59 UTC
37b2a3f Avoid new Boolean() via BooleanUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491052 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 17:16:37 UTC
f40b71e LANG-291 - Move min/max methods above inner class, add javadoc and format git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@491050 13f79535-47bb-0310-9956-ffa450edef68 29 December 2006, 17:04:00 UTC
6847ebc Improved #LANG-303 test to prove the formatting works on each side of the serializing git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490388 13f79535-47bb-0310-9956-ffa450edef68 26 December 2006, 22:10:10 UTC
e9e167f Applying test for #LANG-303, and a fix. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490387 13f79535-47bb-0310-9956-ffa450edef68 26 December 2006, 22:05:47 UTC
c47d6ce Removed some commented out reports; added a commented out findbugs report git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490385 13f79535-47bb-0310-9956-ffa450edef68 26 December 2006, 22:04:27 UTC
17f5eae Starting on Lang 2.3 release notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490374 13f79535-47bb-0310-9956-ffa450edef68 26 December 2006, 21:23:20 UTC
815f636 StrBuilder no longer implements Cloneable. #LANG-302 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490355 13f79535-47bb-0310-9956-ffa450edef68 26 December 2006, 18:58:06 UTC
b57c699 Rolling back r489734 - Boolean.valueOf(boolean) only available from JDK 1.4 onwards git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@490161 13f79535-47bb-0310-9956-ffa450edef68 25 December 2006, 18:57:37 UTC
cf20d13 Applying test for LANG-304 and fix to LocaleUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@489749 13f79535-47bb-0310-9956-ffa450edef68 22 December 2006, 20:34:37 UTC
848a814 Fixed import. Also optimised list.toArray(..) to use new Token[list.size()] so that the passed in array is used and not reflection. Latter reported by FindBugs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@489740 13f79535-47bb-0310-9956-ffa450edef68 22 December 2006, 19:51:19 UTC
5a4594c new Boolean -> Boolean.valueOf. (Reported by FindBugs) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@489734 13f79535-47bb-0310-9956-ffa450edef68 22 December 2006, 19:31:28 UTC
3787513 Removing the Serializable implements. As far as I can tell, Number has been serializable since at the least Java 1.2. (Reported by FindBugs) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@489733 13f79535-47bb-0310-9956-ffa450edef68 22 December 2006, 19:29:53 UTC
03cc852 Added a test for the under a day range in formatPeriod git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@488929 13f79535-47bb-0310-9956-ffa450edef68 20 December 2006, 06:24:00 UTC
4f514d5 More tests, more bugfixes (aka rewrite of the guts). It's looking much better, the only edge case that throws it for a loop is if things start on the 29th of February in a year. I've hacked it in the day mode, but I'm not sure why I had to do that - however I trust the brute force test to be right in day mode. In month mode, it's even trickier as to what the correct answer is. How many months between 29th Feb and 28th of Feb the next year? The answer is 11, or with days included it's 11 months and 28 days. I can't see any reason to define that better, so I'm declaring that law. Things are weird if you start on Feb 29 :) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@488926 13f79535-47bb-0310-9956-ffa450edef68 20 December 2006, 06:10:26 UTC
381ed0c Added new tests (failing) in comments. Improved output for debugging brute force tests. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@488859 13f79535-47bb-0310-9956-ffa450edef68 20 December 2006, 00:00:51 UTC
93aa88f Updated comment git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@488858 13f79535-47bb-0310-9956-ffa450edef68 19 December 2006, 23:59:51 UTC
1536077 Fixing LANG-300 (reported by Jeremy Lemaire) - 1L to 9L incorrectly throw exceptions when passed into NumberUtils.createNumber. Fixed in both the math.NumbersUtils and the deprecated NumberUtils classes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@488819 13f79535-47bb-0310-9956-ffa450edef68 19 December 2006, 21:50:04 UTC
868dd28 Let a few tab characters slip in - Eclipse wasn't configured yet. Replacing with spaces. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@486525 13f79535-47bb-0310-9956-ffa450edef68 13 December 2006, 07:12:38 UTC
dd23ae8 More unit tests and bugfixes. The currently failing test is commented out, so more bugfixes to come. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@486523 13f79535-47bb-0310-9956-ffa450edef68 13 December 2006, 07:09:24 UTC
9b0b19a Applying a unit test for LANG-299 and the fix that Francisco Benavent suggests. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@486377 13f79535-47bb-0310-9956-ffa450edef68 12 December 2006, 22:34:39 UTC
aaaa779 Setting the maven repo - apologies if this borks anything git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@486363 13f79535-47bb-0310-9956-ffa450edef68 12 December 2006, 22:11:41 UTC
5fb6521 More tests added to DurationFormatUtilsTest and discovered bugs fixed in the DurationFormatUtils.formatPeriod method. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@485481 13f79535-47bb-0310-9956-ffa450edef68 11 December 2006, 03:33:09 UTC
ee4ad27 Added javadoc to explain the quandry in how to count month/day differences git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@483891 13f79535-47bb-0310-9956-ffa450edef68 08 December 2006, 09:05:52 UTC
1554d43 Match groupIds for m1 and m2. We should account for the fact that its relatively easier to deploy snaps with m2 (such as IO was last night) and we shouldn't spray component artifacts in two different places (without relocation). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@483126 13f79535-47bb-0310-9956-ffa450edef68 06 December 2006, 15:55:07 UTC
3077b3b Missing props on various m2 poms. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@483119 13f79535-47bb-0310-9956-ffa450edef68 06 December 2006, 15:44:10 UTC
012998b Applying max/min for Comparables as supplied by David Karlsen in LANG-291 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@475113 13f79535-47bb-0310-9956-ffa450edef68 15 November 2006, 04:14:42 UTC
11a4975 Bit of an odd unit test, causes trouble under maven-2. So fixing it to make it more like the other tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@475111 13f79535-47bb-0310-9956-ffa450edef68 15 November 2006, 04:11:55 UTC
989f0ca Hooking to the newly released v1 commons-parent pom git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@474146 13f79535-47bb-0310-9956-ffa450edef68 13 November 2006, 04:49:07 UTC
50a532d Adding M2 pom for Lang. Two tests in Enums fail (well, 2 copies of the same one). Will dig into understanding why - I guess m2 classloading is different from m1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@473654 13f79535-47bb-0310-9956-ffa450edef68 11 November 2006, 06:38:53 UTC
ad895a7 removing unnecessary part of the pom; no xml files in lang's test directory git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@473651 13f79535-47bb-0310-9956-ffa450edef68 11 November 2006, 06:21:29 UTC
abd5f7e Missing SVN properties, possibly some large diffs, no functional change. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@472712 13f79535-47bb-0310-9956-ffa450edef68 09 November 2006, 00:14:44 UTC
5387645 Removing @author query git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@471630 13f79535-47bb-0310-9956-ffa450edef68 06 November 2006, 04:14:45 UTC
d8a6e05 Removing my @author tags git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@471626 13f79535-47bb-0310-9956-ffa450edef68 06 November 2006, 04:02:09 UTC
1a15828 Fixng LANG-295 - thisBuf.length calls. There were two of the calls, so I've committed a unit test showing things are broken and a fix in both cases. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@469696 13f79535-47bb-0310-9956-ffa450edef68 31 October 2006, 23:00:54 UTC
8e52e21 Fixing #LANG-294. The indexOf method did not take into account the size variable that limited the amount of the buffer that should be looked at. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@469677 13f79535-47bb-0310-9956-ffa450edef68 31 October 2006, 22:15:00 UTC
d8b6f5b Applying unit test and fix for #LANG-292. Also fixes a couple of problems with the unescape(Writer..) overload that came up git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@469661 13f79535-47bb-0310-9956-ffa450edef68 31 October 2006, 21:34:03 UTC
8fde2ca Adding equals(int[], int[]) style methods to NumberUtils as requested by Paul Benedict in LANG-238 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@467482 13f79535-47bb-0310-9956-ffa450edef68 24 October 2006, 21:02:56 UTC
7a00341 Adding NumberUtils.max(byte[]) and NumberUtils.min(byte[]) as noted in LANG-289 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@467477 13f79535-47bb-0310-9956-ffa450edef68 24 October 2006, 20:51:08 UTC
c1fad46 Adding in Holger and Stepan's names. I guess I should be doing this each time I apply a patch git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@467468 13f79535-47bb-0310-9956-ffa450edef68 24 October 2006, 20:31:46 UTC
285fc07 Applying optimisation from LANG-287. Thanks to Stepan Koltsov and Holger Hoffstatte. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@467467 13f79535-47bb-0310-9956-ffa450edef68 24 October 2006, 20:29:44 UTC
10bdedc Taking a stab at adding information on a Lang and Java 5.0 enum comparison git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@466285 13f79535-47bb-0310-9956-ffa450edef68 20 October 2006, 22:36:21 UTC
fd20608 Adding note that using switch is not type-safe git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@466275 13f79535-47bb-0310-9956-ffa450edef68 20 October 2006, 22:02:34 UTC
94530f1 Refactored duration tests to make it simpler to add new ones. Added a few edge cases to test the replacement for the += 31 code git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@454427 13f79535-47bb-0310-9956-ffa450edef68 09 October 2006, 16:57:28 UTC
25ef9a5 formetted to formatted - typo fix git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@454426 13f79535-47bb-0310-9956-ffa450edef68 09 October 2006, 16:56:49 UTC
1d5c03f Adding a unit test for #LANG-281 and a fix. The fix involves removing the reduceAndCorrect method. It appears that this method was doing sod all - which is worrying as it used to be important. I'm guessing that it was a bad fix for a bug that was then subsequently fixed with other code. I'll create a JIRA issue to create more tests to test out the +31 block of code. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@453818 13f79535-47bb-0310-9956-ffa450edef68 07 October 2006, 00:22:42 UTC
e91541f Adding details of 2.2 release git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@452972 13f79535-47bb-0310-9956-ffa450edef68 04 October 2006, 18:51:33 UTC
5e864d3 // comments. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451406 13f79535-47bb-0310-9956-ffa450edef68 29 September 2006, 19:56:41 UTC
320b0b2 Applying patch from Will Pugh in #LANG-268 - Addition of new variants of the join method. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451394 13f79535-47bb-0310-9956-ffa450edef68 29 September 2006, 19:20:03 UTC
c12c571 Merging r451373 over from the https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/branches/LANG_2_2_X: Removing sourceModifications block as it does not appear to be doing anything for us. Also removing the aspect and integration tags as they are also unused. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451374 13f79535-47bb-0310-9956-ffa450edef68 29 September 2006, 18:17:09 UTC
ffc34e6 Merging r450528 from https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/branches/LANG_2_2_X - roll back the cobertura plugin git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@450529 13f79535-47bb-0310-9956-ffa450edef68 27 September 2006, 18:05:05 UTC
12771ff Merging 450521 over from https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/branches/LANG_2_2_X - urls added for the jira keys in the upgrade notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@450522 13f79535-47bb-0310-9956-ffa450edef68 27 September 2006, 17:52:40 UTC
c1fe78f Applying -r449108:449370 from the LANG_2_2_X branch to the trunk git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@449372 13f79535-47bb-0310-9956-ffa450edef68 24 September 2006, 07:01:49 UTC
5658884 Folding r448470 in from the LANG_2_2_X release branch - builds javadoc/sources jars git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448471 13f79535-47bb-0310-9956-ffa450edef68 21 September 2006, 06:11:38 UTC
58069b3 Folding r448432 in from the LANG_2_2_X release branch git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448433 13f79535-47bb-0310-9956-ffa450edef68 21 September 2006, 02:15:43 UTC
c51cba0 The parameter object is hiding a field from type ToStringBuilder. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448263 13f79535-47bb-0310-9956-ffa450edef68 20 September 2006, 16:53:53 UTC
4f3b6e5 Removing dumb mistake git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448056 13f79535-47bb-0310-9956-ffa450edef68 20 September 2006, 04:31:39 UTC
57964fe Tagging 2.2-rc1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448054 13f79535-47bb-0310-9956-ffa450edef68 20 September 2006, 04:31:04 UTC
0d3658d Applied the optimisations to the join(Iterator, x) methods that Stepan Koltsov included in his patch for #LANG-266. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448015 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 23:45:14 UTC
57f8eb5 Appying the wished for join(Collection, x) method from Stepan Koltsov in #LANG-266 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448006 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 22:55:00 UTC
22f9c42 Removing a few lines ending with whitespace. Very trivial commit git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448002 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 22:42:11 UTC
b33bbaa HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle. https://issues.apache.org/jira/browse/LANG-279 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447989 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 21:58:11 UTC
116463b Applying requested fix from Neil Redway in #LANG-262 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447975 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 21:20:56 UTC
9926c44 Moving trunk to 2.3-SNAPSHOT so we can start working on such things git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447964 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 20:48:58 UTC
d032bda https://issues.apache.org/jira/browse/LANG-279 HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447947 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 20:20:06 UTC
4917cb7 Setting version to 2.2-rc1 in preparation for a release candidate git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447919 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 17:27:23 UTC
ca9a70f Setting version to 2.2-rc1 in preparation for a release candidate git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447918 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 17:27:18 UTC
4b25008 #LANG-59 fails under JDK 1.3, so much as with the earlier code in this class, I've modified it so that it only runs with 1.4 and above. A warning is output, and I improved the other warning message at the same time. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447778 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 08:18:02 UTC
8c71182 Added a short bit of blurb about the text package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447776 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 08:00:32 UTC
e0c25af Added methods back in that were lost in r397016 (my fault). Testing with jardiff again, there are now no removed or changed methods - in keeping with a minor release. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447139 13f79535-47bb-0310-9956-ffa450edef68 17 September 2006, 20:36:53 UTC
066873b Used jardiff to discover a couple of removed methods - need to find out why they were removed. Comparison of the land-2.1 tag shows that there have been no new deprecations. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447023 13f79535-47bb-0310-9956-ffa450edef68 17 September 2006, 08:18:08 UTC
838d27a Improvements to the documentation for the 2.2 release. Added in the upgrade page (empty until the release notes are complete), changed users/developers guide to user/developer guide, and added the text package to the user guide. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447022 13f79535-47bb-0310-9956-ffa450edef68 17 September 2006, 08:00:26 UTC
6c33df7 The new features were really improvemens, so might as well get rid of the unnecessary split git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@443527 13f79535-47bb-0310-9956-ffa450edef68 15 September 2006, 00:10:40 UTC
2a625ee Used the release notes feature of jira to generate a list of bugs, new features and improvements. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@443526 13f79535-47bb-0310-9956-ffa450edef68 15 September 2006, 00:02:55 UTC
ba57d26 Fixing javadoc example and adding a unit test to prove the example; as reported in #LANG-278 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@442618 13f79535-47bb-0310-9956-ffa450edef68 12 September 2006, 15:29:31 UTC
6670416 Fixed javadoc typo as mentioned in #LANG-258 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@441929 13f79535-47bb-0310-9956-ffa450edef68 10 September 2006, 08:04:17 UTC
a3c7d37 Killing the 'next version' part of the user guide. It's the wrong place for that kind of information I think git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@441925 13f79535-47bb-0310-9956-ffa450edef68 10 September 2006, 07:56:35 UTC
3cf53fd Update the text section - though not with much of value. Need to talk about the classes here. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@441924 13f79535-47bb-0310-9956-ffa450edef68 10 September 2006, 07:55:54 UTC
462a89b Fixed 2nd javadoc bug mentioned in #LANG-277 and added more unit tests to match the javadoc examples git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@438574 13f79535-47bb-0310-9956-ffa450edef68 30 August 2006, 18:22:12 UTC
d829770 Fix XML comment from a previous commit. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437756 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 17:20:17 UTC
4aa2a0a Fixing license header git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437556 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 06:23:26 UTC
e4ff29d Fixing license header git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437555 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 06:22:54 UTC
a5a4f90 Fixing the ASF copyright and placing it in the NOTICE file git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437554 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 06:21:41 UTC
447c1b4 Updated Copyrights to 2006. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437239 13f79535-47bb-0310-9956-ffa450edef68 26 August 2006, 22:07:15 UTC
513d128 Change "Copyright ....-2005" to "Copyright ....-2006" git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437238 13f79535-47bb-0310-9956-ffa450edef68 26 August 2006, 21:54:21 UTC
30a547d Change "Copyright ....-2005" to "Copyright ....-2006" git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437237 13f79535-47bb-0310-9956-ffa450edef68 26 August 2006, 21:52:47 UTC
8251419 Updating to 2.2 release git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@436674 13f79535-47bb-0310-9956-ffa450edef68 25 August 2006, 06:27:16 UTC
5290bee Added test for StopWatch.toSplitString git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@436673 13f79535-47bb-0310-9956-ffa450edef68 25 August 2006, 06:27:02 UTC
62bf5bf Added unit test to enforce the existence of the empty constructor git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@436670 13f79535-47bb-0310-9956-ffa450edef68 25 August 2006, 06:11:47 UTC
95e3fcc Set the milliseconds to 0 to stop unit tests sometimes failing. Thanks Jörg git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@433527 13f79535-47bb-0310-9956-ffa450edef68 22 August 2006, 05:46:45 UTC
07b7795 LANG-259 - Fix compareTo to check the type is the same git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432748 13f79535-47bb-0310-9956-ffa450edef68 18 August 2006, 22:21:47 UTC
d9c6932 Ensure classes are the same in Enum.compareTo git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432703 13f79535-47bb-0310-9956-ffa450edef68 18 August 2006, 19:51:26 UTC
back to top