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

sort by:
Revision Author Date Message Commit Date
7917cc0 Allow tokenizer state to be adjusted before and after tokenizing git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424608 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 17:25:38 UTC
b7b7d7c Add method to get all tokens as a list as well as an array git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424596 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 16:08:25 UTC
9cbf70d Adding Niall's fix for LANG-59 - an edge case in date truncation - and his enhancement for the unit test that was there. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424192 13f79535-47bb-0310-9956-ffa450edef68 21 July 2006, 05:47:07 UTC
c62bd30 Removing old release notes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@422328 13f79535-47bb-0310-9956-ffa450edef68 16 July 2006, 01:14:52 UTC
71910e6 LANG-272 Remove 2.1 build target and exclusion of "text" package from source distro. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420730 13f79535-47bb-0310-9956-ffa450edef68 11 July 2006, 05:37:53 UTC
b9b6b02 Fix for LANG-272 - Minor JavaDoc changes to clean up checkstyle issues git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420491 13f79535-47bb-0310-9956-ffa450edef68 10 July 2006, 11:23:57 UTC
33c8a32 Fix for LANG-272 - minor build changes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420490 13f79535-47bb-0310-9956-ffa450edef68 10 July 2006, 11:22:38 UTC
6e041ae Add serialization version id and javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419740 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:34:47 UTC
7d0e5c0 Layout action methods to match general lang formatting git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419739 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:31:00 UTC
3d6bdca Layout getters and setters in pairs to match general lang formatting git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419738 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:27:57 UTC
6aa020e Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419737 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:24:06 UTC
c94fd71 Reduce scope from public to protected in parser git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419726 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 22:18:31 UTC
21870c8 Applying javadoc fixes from Michael Heuer for the stripXxx methods as mentioned in LANG-270 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419651 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 18:43:02 UTC
3a48c43 Remove debugging code git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419387 13f79535-47bb-0310-9956-ffa450edef68 05 July 2006, 23:49:33 UTC
00d021f Fix char/Character methods in ArrayUtils LANG-267 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419386 13f79535-47bb-0310-9956-ffa450edef68 05 July 2006, 23:42:43 UTC
d9c144d Fixed a bit of javadoc with bad xhtml git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419177 13f79535-47bb-0310-9956-ffa450edef68 05 July 2006, 06:36:02 UTC
3f84c04 Added hashCode method for inner Token class as recommended by PMD git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419176 13f79535-47bb-0310-9956-ffa450edef68 05 July 2006, 06:33:33 UTC
4a453bd Minor style fixes suggested by checkstyle git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419174 13f79535-47bb-0310-9956-ffa450edef68 05 July 2006, 06:14:13 UTC
f5bc375 Adding the missing char/Character methods in ArrayUtils, as pointed out (and patched) by Andres Almiray in LANG-267 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419122 13f79535-47bb-0310-9956-ffa450edef68 05 July 2006, 00:04:28 UTC
ed0f4c0 Removing trace statement git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418918 13f79535-47bb-0310-9956-ffa450edef68 04 July 2006, 05:38:56 UTC
81340ea Adding unit test for LANG-59. Sometimes passes, sometimes fails git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418834 13f79535-47bb-0310-9956-ffa450edef68 03 July 2006, 19:21:14 UTC
9c2f070 Fixed escaping of backslash-u in javadoc notes for issue reported in LANG-66 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418833 13f79535-47bb-0310-9956-ffa450edef68 03 July 2006, 19:19:51 UTC
7f8f3da Added note in javadoc of issue reported in LANG-66 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418831 13f79535-47bb-0310-9956-ffa450edef68 03 July 2006, 19:11:02 UTC
594ec54 Improve JIRA links git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@418581 13f79535-47bb-0310-9956-ffa450edef68 02 July 2006, 12:05:52 UTC
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
back to top