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

sort by:
Revision Author Date Message Commit Date
1cdf791 Fix compilation error git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418568 13f79535-47bb-0310-9956-ffa450edef68 02 July 2006, 10:46:52 UTC
5c20e64 Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418567 13f79535-47bb-0310-9956-ffa450edef68 02 July 2006, 10:31:34 UTC
b014341 Adding a test and a fix for LANG-100. This is a bug in which the randomly created String can sometimes be illegal unicode; because the code does not consider when relationships exist between characters. High and low surrogates are now dealt with, but I'm skipping private high surrogates because I can't find out what to do. Need to go plod very slowly through the spec. This site was very useful: http://www.alanwood.net/unicode/private_use_high_surrogates.html git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@417319 13f79535-47bb-0310-9956-ffa450edef68 27 June 2006, 00:28:43 UTC
cac478d Fixing isSmoker attribute name to smoker to match the code example in both of these files - spotted by Corey Tripp in LANG-264 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@416495 13f79535-47bb-0310-9956-ffa450edef68 22 June 2006, 23:03:20 UTC
d3c425d Added Collection APIs for the excludeFieldNames as suggested at the end of LANG-226 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@416487 13f79535-47bb-0310-9956-ffa450edef68 22 June 2006, 22:20:44 UTC
b7d3fd9 Committing fix for LANG-140. By reversing the order of field calculation, Yu Peng's bug goes away git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@415317 13f79535-47bb-0310-9956-ffa450edef68 19 June 2006, 12:48:08 UTC
30753fb Added unit test for LANG-140 - thanks to Yu Peng for the test case git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@415316 13f79535-47bb-0310-9956-ffa450edef68 19 June 2006, 12:47:28 UTC
d13e4b1 Pretty sure Util tests were gone a long long time ago git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@415315 13f79535-47bb-0310-9956-ffa450edef68 19 June 2006, 12:45:54 UTC
baff3dc Added containsIgnoreCase method - LANG-263 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@412200 13f79535-47bb-0310-9956-ffa450edef68 06 June 2006, 19:35:14 UTC
1aed550 Exposing the unescapeXml and escapeXml methods that take Writers - LANG-260. A recent thread did point out that there are problems with the concept of escaping Xml as a single method, and instead it needs to be an xml parser that escapes the body and the attribute content differently - however we're obviously not there yet and I don't think making the existing 80/20 good enough code more usable hurts. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@412009 13f79535-47bb-0310-9956-ffa450edef68 06 June 2006, 05:23:37 UTC
80e957e Fixing Javadoc and adding Unit Test for the example for #LANG-261. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@411898 13f79535-47bb-0310-9956-ffa450edef68 05 June 2006, 19:37:19 UTC
37b370c Dropped the [lang] bit, unnecessary in Jira now I feel. Changed the search existing bug's url to use a standard one git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@407159 13f79535-47bb-0310-9956-ffa450edef68 17 May 2006, 05:08:53 UTC
240e79c Updating to cover JIRA instead of Bugzilla git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406867 13f79535-47bb-0310-9956-ffa450edef68 16 May 2006, 07:41:38 UTC
6f07b03 Updating to cover JIRA instead of Bugzilla git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406866 13f79535-47bb-0310-9956-ffa450edef68 16 May 2006, 07:40:41 UTC
e280e3b Fixing issue tracking link git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406861 13f79535-47bb-0310-9956-ffa450edef68 16 May 2006, 07:15:07 UTC
9efc6d8 Switched url from bugzilla to jira git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406847 13f79535-47bb-0310-9956-ffa450edef68 16 May 2006, 05:48:03 UTC
76ca3f3 Javadoc for not escaping apos git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406082 13f79535-47bb-0310-9956-ffa450edef68 13 May 2006, 12:11:13 UTC
2bdf879 Style changes to match rest of class git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406081 13f79535-47bb-0310-9956-ffa450edef68 13 May 2006, 12:10:37 UTC
fa7c1ed Javadoc improvement git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406080 13f79535-47bb-0310-9956-ffa450edef68 13 May 2006, 11:37:28 UTC
e288890 Javadoc improvement git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@406078 13f79535-47bb-0310-9956-ffa450edef68 13 May 2006, 11:36:15 UTC
e7918ea stye to style git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@405325 13f79535-47bb-0310-9956-ffa450edef68 09 May 2006, 07:36:31 UTC
e8c5f9f Resolved a few checkstyle issues. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@400092 13f79535-47bb-0310-9956-ffa450edef68 05 May 2006, 15:23:31 UTC
ea1f410 Renamed a parameter in the javadoc to reflect the name of the input parameter in the method signature. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@399834 13f79535-47bb-0310-9956-ffa450edef68 04 May 2006, 19:29:00 UTC
fceff5a Commenting out unit test for 36061 so unit tests pass again git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@399148 13f79535-47bb-0310-9956-ffa450edef68 03 May 2006, 05:28:59 UTC
26d2f4a Committing a failing test (StackOverflow) as a part of #36061 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@399141 13f79535-47bb-0310-9956-ffa450edef68 03 May 2006, 04:59:09 UTC
1da2453 Applying the optimisation advised by Paul Benedict in #39368 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@399127 13f79535-47bb-0310-9956-ffa450edef68 03 May 2006, 04:33:47 UTC
c803367 Fixing the lack of ClassLoader consideration in the compareTo methods of enum.Enum and enums.Enum, along with unit tests, as mentioned on Bugzilla entry #32619 by Kathy Van Stone. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398812 13f79535-47bb-0310-9956-ffa450edef68 02 May 2006, 05:21:00 UTC
56541a7 Fix Javadoc nit: use the active voice. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398809 13f79535-47bb-0310-9956-ffa450edef68 02 May 2006, 04:58:09 UTC
5b7e9f5 Fix Javadoc nits. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398808 13f79535-47bb-0310-9956-ffa450edef68 02 May 2006, 04:56:12 UTC
048e444 Can't believe that Gary meant for the enums.EnumTest to import the enum.ColorEnum class. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398807 13f79535-47bb-0310-9956-ffa450edef68 02 May 2006, 04:54:18 UTC
da0e534 Archimedes Trajano offered another method for the class git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398536 13f79535-47bb-0310-9956-ffa450edef68 01 May 2006, 06:37:14 UTC
79c3898 Adding unit test for #39410. Implementing fix by switching from using Math.log to Integer.toString to figure out the number of digits. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398530 13f79535-47bb-0310-9956-ffa450edef68 01 May 2006, 05:32:43 UTC
2f4408d Applying Pete Gieser's enhancement for the CompareToBuilder - a clone of the EqualsBuilder and HashCodeBuilder fixes previously applied. Bugzilla issue #39398 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@397016 13f79535-47bb-0310-9956-ffa450edef68 25 April 2006, 23:15:05 UTC
8393f10 Adding new excludeFields functionality for EqualsBuilder and HashCodeBuilder, as submitted by Pete Gieser, Bugzilla: #39315 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@396461 13f79535-47bb-0310-9956-ffa450edef68 24 April 2006, 07:00:00 UTC
fc9b4cc Added new method to allow work-arounds for Java bug 4071957; as specified in issue 34351 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@395153 13f79535-47bb-0310-9956-ffa450edef68 19 April 2006, 06:30:14 UTC
2330a33 Fixing issue #38569 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394875 13f79535-47bb-0310-9956-ffa450edef68 18 April 2006, 07:23:02 UTC
4143a12 Test the getXxx methods git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394763 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 19:56:08 UTC
f19304c Fixing javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394727 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 16:59:40 UTC
77fdd9e Added new class CompositeFormat, as per issue #30184 (http://issues.apache.org/bugzilla/show_bug.cgi?id=30184) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394617 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 06:59:50 UTC
7c4b3e8 Added note on lack of ' support as detailed in issue #37385 (http://issues.apache.org/bugzilla/show_bug.cgi?id=37385) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394616 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 06:28:14 UTC
fc55439 [lang] Using ReflectionToStringBuilder and excluding secure fields. ASF Bugzilla Bug 36925. http://issues.apache.org/bugzilla/show_bug.cgi?id=36925 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394615 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 06:18:22 UTC
0e85c6e [lang] Using ReflectionToStringBuilder and excluding secure fields. ASF Bugzilla Bug 36925. http://issues.apache.org/bugzilla/show_bug.cgi?id=36925 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394614 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 06:18:07 UTC
3eebd98 Replace internal use of the magic number -1 with a new constant INDEX_NOT_FOUND. Javadoc changes: Use the active voice "Finds..." (was "Find..."), mention INDEX_NOT_FOUND, and other minor Javadoc nit picking. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394613 13f79535-47bb-0310-9956-ffa450edef68 17 April 2006, 06:06:52 UTC
12491a6 Javadoc to explain what iterator methods actually do bug 33609 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394555 13f79535-47bb-0310-9956-ffa450edef68 16 April 2006, 20:55:25 UTC
72f58cf Add methods that operate on a Date object rfe 33102, from David Bowers git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394553 13f79535-47bb-0310-9956-ffa450edef68 16 April 2006, 20:29:57 UTC
902706e Fixed spelling error git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@394265 13f79535-47bb-0310-9956-ffa450edef68 15 April 2006, 06:22:56 UTC
1935095 Add contributor from rv387322, mutable add/subtract git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@389921 13f79535-47bb-0310-9956-ffa450edef68 29 March 2006, 22:58:43 UTC
756cdad Add checks for JDK1.6 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@389912 13f79535-47bb-0310-9956-ffa450edef68 29 March 2006, 22:27:48 UTC
d7db844 Handle badly formatted java version numbers without exceptions git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@389911 13f79535-47bb-0310-9956-ffa450edef68 29 March 2006, 22:22:32 UTC
a9f5a6b Fix infinite loops leading to OutOfMemory with circular cause chain bug 37038 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@389900 13f79535-47bb-0310-9956-ffa450edef68 29 March 2006, 22:07:53 UTC
62a9724 Increment, decrement add and subtract methods from Stephen Putman git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@387322 13f79535-47bb-0310-9956-ffa450edef68 20 March 2006, 22:09:44 UTC
976c15d Finally applying Chas Emerick's improved getLevenshtein implementation git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@385745 13f79535-47bb-0310-9956-ffa450edef68 14 March 2006, 06:09:27 UTC
bc5f6f6 Remove direct dependency on commons-build Enhance website git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@385373 13f79535-47bb-0310-9956-ffa450edef68 12 March 2006, 21:54:04 UTC
80dbd1d Cobertura unit test coverage is now 100%. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@384095 13f79535-47bb-0310-9956-ffa450edef68 08 March 2006, 02:25:50 UTC
e905b79 Fix code style git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@384043 13f79535-47bb-0310-9956-ffa450edef68 07 March 2006, 22:43:39 UTC
cb002e5 Removed PADDING cache which leaked memory. Issue #38792. Updated padding(int,char) JavaDoc about it's I18N incompatabilities. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@384017 13f79535-47bb-0310-9956-ffa450edef68 07 March 2006, 21:17:46 UTC
cf56a79 Fixing -1/1 bug as per #37661 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@383487 13f79535-47bb-0310-9956-ffa450edef68 06 March 2006, 07:29:57 UTC
9f4f79f Fixing javadoc example error: #37507 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@383482 13f79535-47bb-0310-9956-ffa450edef68 06 March 2006, 07:18:01 UTC
8d63fb6 Removed link to the german article - seems they either dropped the article or changed the url git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@383465 13f79535-47bb-0310-9956-ffa450edef68 06 March 2006, 05:05:07 UTC
ff3e121 be more explicit about the references to the outer class to allow compilation against the JDK 5 class library. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@378937 13f79535-47bb-0310-9956-ffa450edef68 19 February 2006, 18:16:39 UTC
67df285 Modify maven build to add two non-standard attributes to the jar's manifest file to indicate the values of "maven.compile.source" and "maven.compile.target". Also modify the build to include an "Implementation-Vendor-Id" of "org.apache" in the jar's manifest. The two non-standard entires created in the manifest file will look something like the following: X-Compile-Source-JDK: 1.3 X-Compile-Target-JDK: 1.3 This change serves two purposes: 1) To provide comfort to users regarding JVM compatibility. 2) Enable releases to be checked more easily for JVM compatibility. The manifest specification indicates that "unknown" entries in the manifest file are ignored. These entries have been prefixed with "X-" which is a sometimes used "convention" for indicating non-standard entries. See thread: http://tinyurl.com/839zh git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@377558 13f79535-47bb-0310-9956-ffa450edef68 14 February 2006, 01:15:14 UTC
cfb444d fixing pmc from name to url git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@371924 13f79535-47bb-0310-9956-ffa450edef68 24 January 2006, 14:29:48 UTC
ed7c092 Adding doap files for each component for the projects.apache.org site git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@371566 13f79535-47bb-0310-9956-ffa450edef68 23 January 2006, 16:12:55 UTC
b41bc57 Added: <dependency> <groupId>maven-plugins</groupId> <artifactId>maven-cobertura-plugin</artifactId> <version>1.1.1</version> <type>plugin</type> </dependency> git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366981 13f79535-47bb-0310-9956-ffa450edef68 08 January 2006, 03:45:55 UTC
bf3b35e New ExceptionUtils methods getMessage/getRootCauseMessage git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366623 13f79535-47bb-0310-9956-ffa450edef68 07 January 2006, 01:26:35 UTC
4e74f83 Replace LinkedList with more efficient ArrayList git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366620 13f79535-47bb-0310-9956-ffa450edef68 07 January 2006, 01:16:52 UTC
9116953 Change method ordering to group getStackTrace/getStackFrames git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366619 13f79535-47bb-0310-9956-ffa450edef68 07 January 2006, 01:14:51 UTC
dcb7dde Javadoc changes, with better description of trace methods git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366617 13f79535-47bb-0310-9956-ffa450edef68 07 January 2006, 01:12:28 UTC
de9d22e http://issues.apache.org/bugzilla/show_bug.cgi?id=37574 [lang] [PATCH] new ExceptionUtils.setCause() method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366227 13f79535-47bb-0310-9956-ffa450edef68 05 January 2006, 17:39:55 UTC
db5f61a http://issues.apache.org/bugzilla/show_bug.cgi?id=37574 [lang] [PATCH] new ExceptionUtils.setCause() method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@366225 13f79535-47bb-0310-9956-ffa450edef68 05 January 2006, 17:35:43 UTC
3c73a44 Switch clover to cobertura git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@360518 13f79535-47bb-0310-9956-ffa450edef68 01 January 2006, 18:47:11 UTC
0eeb7c9 Fix formatting to lang standards git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@360513 13f79535-47bb-0310-9956-ffa450edef68 01 January 2006, 18:30:30 UTC
42f9084 Fix javadoc examples bug 36850, pointed out by Maarten Coene git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@360508 13f79535-47bb-0310-9956-ffa450edef68 01 January 2006, 18:14:12 UTC
72c7bbe Fixed formatting. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@357616 13f79535-47bb-0310-9956-ffa450edef68 19 December 2005, 02:30:58 UTC
336c263 Improve manifest git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@357501 13f79535-47bb-0310-9956-ffa450edef68 18 December 2005, 20:49:09 UTC
ebb946d Use groupId/artifactId consistently instead of simply id git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@350242 13f79535-47bb-0310-9956-ffa450edef68 01 December 2005, 12:51:41 UTC
b8f195f 37596 DurationFormatUtils.formatDurationWords "11 <unit>s" gets converted to "11 <unit>" git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@348313 13f79535-47bb-0310-9956-ffa450edef68 23 November 2005, 00:22:07 UTC
f0f0bf8 http://issues.apache.org/bugzilla/show_bug.cgi?id=37596 The method DurationFormatUtils.formatDurationWords incorrectly outputs numbers ending in "1" without a plural "s" postfix for the time unit. Added a fix and tests that "1 <unit>s" gets converted to "1 <unit>" but that "11 <unit>s" is left alone. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@348311 13f79535-47bb-0310-9956-ffa450edef68 23 November 2005, 00:19:44 UTC
e150cc5 Removed tabs Fixed POM as per bug 37314 Use groupId/artifactId instead of id git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@348046 13f79535-47bb-0310-9956-ffa450edef68 22 November 2005, 00:25:08 UTC
03174f6 implemented isNotXxx methods as !isXxx calls to simplify and ensure symmetry git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@345907 13f79535-47bb-0310-9956-ffa450edef68 21 November 2005, 14:10:08 UTC
47cb8dd Updating release notes to mention new ClassUtils.getClass() methods. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@345306 13f79535-47bb-0310-9956-ffa450edef68 17 November 2005, 18:58:39 UTC
39c9476 Refactored getClass() to support spaces in class names. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@345284 13f79535-47bb-0310-9956-ffa450edef68 17 November 2005, 16:51:02 UTC
502f7f4 Added myself as a developer. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@345283 13f79535-47bb-0310-9956-ffa450edef68 17 November 2005, 16:50:15 UTC
d85ab0c Minor Javadoc (style.) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@329277 13f79535-47bb-0310-9956-ffa450edef68 28 October 2005, 19:49:47 UTC
01d50f2 Planned 2.2 leg work. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@327707 13f79535-47bb-0310-9956-ffa450edef68 22 October 2005, 22:11:24 UTC
7ec96c4 [lang] Request for MutableBoolean implementation. http://issues.apache.org/bugzilla/show_bug.cgi?id=37111. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@327700 13f79535-47bb-0310-9956-ffa450edef68 22 October 2005, 22:03:23 UTC
6767a45 Test unmodifiability of returned collections git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@307282 13f79535-47bb-0310-9956-ffa450edef68 08 October 2005, 10:04:20 UTC
deba278 Comments about synchronization git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@307281 13f79535-47bb-0310-9956-ffa450edef68 08 October 2005, 10:02:40 UTC
81bdeb9 Handle differences between JDK1.3 and JDK1.4 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@307280 13f79535-47bb-0310-9956-ffa450edef68 08 October 2005, 09:56:00 UTC
cfd9081 Handle differences between JDK1.3 and JDK1.4 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@307279 13f79535-47bb-0310-9956-ffa450edef68 08 October 2005, 09:55:25 UTC
a05cd12 Oops, go back to previous version. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294951 13f79535-47bb-0310-9956-ffa450edef68 05 October 2005, 00:11:19 UTC
96f12d3 A cut at http://issues.apache.org/bugzilla/show_bug.cgi?id=36925: Using ReflectionToStringBuilder and excluding secure fields. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294950 13f79535-47bb-0310-9956-ffa450edef68 05 October 2005, 00:06:11 UTC
0c36e28 A cut at http://issues.apache.org/bugzilla/show_bug.cgi?id=36925: Using ReflectionToStringBuilder and excluding secure fields. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294949 13f79535-47bb-0310-9956-ffa450edef68 05 October 2005, 00:05:11 UTC
0c46c2e // comment. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294936 13f79535-47bb-0310-9956-ffa450edef68 04 October 2005, 22:23:54 UTC
fd65686 More code that does not compile 1.3.1. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294935 13f79535-47bb-0310-9956-ffa450edef68 04 October 2005, 22:23:01 UTC
ac01ed3 Tsk, tsk: This class did not compile with Java 1.3.1. The test also fails on 1.3.1_15 but works on 1.4.2_09. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@294934 13f79535-47bb-0310-9956-ffa450edef68 04 October 2005, 22:21:40 UTC
7a9f3bb Javadoc. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@293464 13f79535-47bb-0310-9956-ffa450edef68 03 October 2005, 22:44:08 UTC
3bac0b1 Made constants public for easier access from subclasses or wrappers. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@291996 13f79535-47bb-0310-9956-ffa450edef68 27 September 2005, 17:37:38 UTC
d1f5ebf Test LocaleUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@291219 13f79535-47bb-0310-9956-ffa450edef68 23 September 2005, 23:17:31 UTC
b2da022 Add WordUtils.initials git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@279988 13f79535-47bb-0310-9956-ffa450edef68 10 September 2005, 11:38:35 UTC
back to top