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

sort by:
Revision Author Date Message Commit Date
9e82a4d Branch for 4.x - will attempt to autosync from trunk git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/branches/LANG_4_X@1152020 13f79535-47bb-0310-9956-ffa450edef68 28 July 2011, 22:10:05 UTC
a7fe1f5 Improving error message when recursion fails TTL in replaceEachRepeatedly. LANG-686 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1151345 13f79535-47bb-0310-9956-ffa450edef68 27 July 2011, 06:02:06 UTC
64dd0a0 Fixing javadoc to use the right exception types. Related to LANG-686 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1151343 13f79535-47bb-0310-9956-ffa450edef68 27 July 2011, 05:59:00 UTC
85d6318 Fixing javadoc. The replaceEachRepeatedly does in fact repeat. Related to LANG-686 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1151340 13f79535-47bb-0310-9956-ffa450edef68 27 July 2011, 05:55:39 UTC
37b9565 require values parameter when generating bit vectors from enums, throwing NullPointerException if omitted; merge check for type eligibility; add E... generateBitVector() variant; alter generateBitVector(Class<E>, EnumSet<E>) to (Class<E>, Iterable<E>) by using |= << instead of + to accumulate values; process only specified values git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1149320 13f79535-47bb-0310-9956-ffa450edef68 21 July 2011, 19:11:47 UTC
42c7d34 junit4ify EnumUtilsTest git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1149314 13f79535-47bb-0310-9956-ffa450edef68 21 July 2011, 18:54:45 UTC
4574329 Adding Nelson Carpentier's patch adding an EnumSet to bit vector (and back again) to EnumUtils. LANG-730 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1149058 13f79535-47bb-0310-9956-ffa450edef68 21 July 2011, 08:00:28 UTC
0154a74 Upgrade to JUnit 4.8.2 (same version as commons IO) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148822 13f79535-47bb-0310-9956-ffa450edef68 20 July 2011, 15:56:57 UTC
b1d97bc Test that XML should be able to unescape >0x7f values with leading 0s. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148531 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 21:03:42 UTC
2c3fa83 Javadoc, comments, and message strings: Change "unicode" to "Unicode". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148520 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 20:53:23 UTC
e9a72d4 Adding a link to the 2->3 clirr report and a note on 2 and 3 being in different packages to the front page git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148233 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 08:40:02 UTC
cd7b32a Adding 3.0 release notes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148227 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 08:31:05 UTC
eac36c6 Fixing the 3.0 release date git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148225 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 08:30:03 UTC
50d7884 Added note on Lang 3.0 being useable beside earlier versions; and removing the lang3.exception header git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148224 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 08:28:56 UTC
de3285f Adding a unit test for LANG-729 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148172 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 05:17:03 UTC
5997452 Fixing test to use the right escaper; numeric entities and not unicode. LANG-728 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148167 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 05:10:03 UTC
1a22532 Fixing documentation; it was pointing to UnicodeEscaper and not NumericEntityEscaper. Also updated the API to not be Range based as we dropped that. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148166 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 05:09:46 UTC
2556149 Fixing javadoc - it was pointing to the wrong translator git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148164 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 05:08:14 UTC
42dd1e1 Dropping Ignore import git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148163 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 05:04:00 UTC
9fa142b Updating unit test for LANG-728 to work with Lang 3.0 way of using escapeXml with > 0x7f characters git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148162 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 04:58:03 UTC
9615693 Fixing javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148160 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 04:54:58 UTC
16c1e9e Applying Ville Skyttä's LANG-717 patch to force the encoding in Ant and Maven builds to ISO-8859-1; stopping reported ugly output if your system is running in UTF-8 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148152 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 04:32:56 UTC
c40ebb8 Setting 3.0 release date git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148140 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 03:41:22 UTC
96eaa82 Adding 3.0 and 2.6 to the doap file git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148139 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 03:40:16 UTC
c88e649 Updating version number to 3.0.1-SNAPSHOT git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148137 13f79535-47bb-0310-9956-ffa450edef68 19 July 2011, 03:38:19 UTC
2e072c1 [LANG-726] Add a method e.g. Range<T> Range<T>.intersectionWith(Range<T>) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147537 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 06:10:37 UTC
6c65862 junit4ify RangeTest git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147536 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 06:01:17 UTC
fe235bb junit expected exceptions git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147531 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 05:33:33 UTC
2b0b971 junit4ify NumberUtilstest git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147528 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 05:18:14 UTC
b46f9ad revert c1147524 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147526 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 05:16:30 UTC
4660e51 [LANG-724] Convert Validate.noNullElements(Object[]) to varargs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147524 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 05:02:39 UTC
30bae8f Updating the clirr report git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147523 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 04:48:14 UTC
81b5435 [LANG-723] Add mode and median Comparable... methods to ObjectUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147522 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 04:22:51 UTC
aee1b76 junit4ify ObjectUtilsTest git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147521 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 03:46:44 UTC
afa12a7 ws git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147520 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 03:43:51 UTC
b81dfde commentary git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147515 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 02:56:15 UTC
8ffdb2d ws git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147513 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 01:44:50 UTC
b4a00f9 add @since tags for and/or methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147512 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 01:43:57 UTC
c808034 [LANG-722] Add BooleanUtils.and/or varargs methods to complement xor git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147511 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 01:39:14 UTC
061a53b use exception expectations git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147510 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 01:24:38 UTC
655c442 junit 4 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147509 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 01:10:05 UTC
0bfa9cb reduce number of created arrays git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147508 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 00:43:55 UTC
4b047fc [LANG-721] Complement ArrayUtils.addAll() variants with by-index and by-value removal methods git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147507 13f79535-47bb-0310-9956-ffa450edef68 17 July 2011, 00:30:04 UTC
fe645ed Use a private static final instead of an ivar. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147501 13f79535-47bb-0310-9956-ffa450edef68 16 July 2011, 22:31:35 UTC
12f8a47 Format consistently {}'s. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147500 13f79535-47bb-0310-9956-ffa450edef68 16 July 2011, 22:29:57 UTC
137d5f6 [LANG-728] StringEscapeUtils.escapeXml(str) does not support supplemental characters. Add one failing test method with @Ignore (= it is not run.) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147499 13f79535-47bb-0310-9956-ffa450edef68 16 July 2011, 22:28:34 UTC
d4319b1 Convert to JUnit 4. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147498 13f79535-47bb-0310-9956-ffa450edef68 16 July 2011, 22:26:43 UTC
c04611f Test for [LANG-720] StringEscapeUtils.escapeXml(input) outputs wrong results when an input contains characters in Supplementary Planes. [LANG-708] StringEscapeUtils.escapeEcmaScript from lang3 cuts off long unicode string. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147212 13f79535-47bb-0310-9956-ffa450edef68 15 July 2011, 16:12:50 UTC
4c2ae06 typos git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147189 13f79535-47bb-0310-9956-ffa450edef68 15 July 2011, 15:20:54 UTC
2c1b5be [LANG-720] StringEscapeUtils.escapeXml(input) outputs wrong results when an input contains characters in Supplementary Planes. ALSO rewrite method to avoid modification of counter variable in for loop git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1146844 13f79535-47bb-0310-9956-ffa450edef68 14 July 2011, 18:49:51 UTC
8a3e860 Removing unused imports git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1146554 13f79535-47bb-0310-9956-ffa450edef68 14 July 2011, 04:43:15 UTC
6abc96c Setting version to 3.0 in prep for RC4 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1146550 13f79535-47bb-0310-9956-ffa450edef68 14 July 2011, 03:49:27 UTC
34a6449 Adjust FastDateFormat for Java 7 behavior regarding format of the year pattern (LANG-719). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1146138 13f79535-47bb-0310-9956-ffa450edef68 13 July 2011, 17:01:37 UTC
c023bfb Removing the option around whether or not to support the + in \u+0000. JDK 7 now supports the + sign, so UnicodeUnescaper will unescape \u0000 or \u+0000. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1145851 13f79535-47bb-0310-9956-ffa450edef68 13 July 2011, 03:31:14 UTC
262c708 Make field static. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1145339 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 20:45:58 UTC
501363c Adding NOPMD statement to empty catch git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1145035 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 06:09:39 UTC
d12a0bf [LANG-718] build.xml Java 1.5+ updates. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144999 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 01:02:13 UTC
9d6bc28 Should be a static variable. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144995 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 00:53:09 UTC
782ea59 Make instance variables final where possible. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144993 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 00:51:16 UTC
14373ad Convert to Java 5 enhanced for loops. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144992 13f79535-47bb-0310-9956-ffa450edef68 11 July 2011, 00:49:04 UTC
fab64bb Convert to Java 5 enhanced loops. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144929 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:26:16 UTC
f3fbf1e Eat own dog food: Call StringUtils.isEmpty(). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144925 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:07:05 UTC
18adf4f Remove unnecessary parens. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144922 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:02:50 UTC
fa4f5d8 [LANG-716] swapCase and *capitalize speedups. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144921 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 18:01:56 UTC
0502919 [LANG-715] CharSetUtils.squeeze() speedup. [LANG-714] StringUtils doc/comment spelling fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144917 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 17:52:52 UTC
48920b4 [LANG-715] CharSetUtils.squeeze() speedup. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144916 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 17:50:21 UTC
a4f287a [LANG-714] StringUtils doc/comment spelling fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144884 13f79535-47bb-0310-9956-ffa450edef68 10 July 2011, 15:55:47 UTC
f7bebfa Remove add and set methods of ExceptionContext types taking a pair. Format entries with index. Improve Javadoc. Add serialization test. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144022 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 20:29:51 UTC
1275959 typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1144010 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 20:02:10 UTC
7526bbf Javdoc and minor tweaks to contexted exception git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143746 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 10:07:06 UTC
6fd8000 Review and cleanup Javadoc in ConstructorUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143735 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 09:52:00 UTC
d70baf1 Moving to an IllegalArgumentException: LANG-710 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143643 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 03:47:17 UTC
458cf9d Updating javadoc to mention all three options git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143642 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 03:46:18 UTC
9642e11 Making unescapeHtml _NOT_ escape unfinished numeric entities by default (it ignores them); however adding options that will fire an exception or unescape the numeric entity. LANG-710 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143641 13f79535-47bb-0310-9956-ffa450edef68 07 July 2011, 03:44:22 UTC
6be2343 Refactor ExceptionContext and derived. Context contract stipulates a sequence of label-value entries with support for multiple entries for the same label. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143612 13f79535-47bb-0310-9956-ffa450edef68 06 July 2011, 23:54:57 UTC
913ddd5 Typos. Parameter name mismatch in Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143538 13f79535-47bb-0310-9956-ffa450edef68 06 July 2011, 19:38:31 UTC
551346f Typos. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1143537 13f79535-47bb-0310-9956-ffa450edef68 06 July 2011, 19:30:22 UTC
53358b1 Enrich ClasUtils tests for inner types. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142841 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 22:49:33 UTC
e883181 Port to JUnit 4. Not 100% done. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142704 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 15:03:00 UTC
765297b Port to JUnit 4. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142700 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 14:50:30 UTC
c55cbbd Port to JUnit 4. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142699 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 14:48:51 UTC
bcdfd12 Use the active voice in Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142561 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:26:45 UTC
068bb22 Misc Javadoc fixes. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142560 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:24:53 UTC
0605c3e Use the active voice in Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142559 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:23:23 UTC
1bb1765 Use the active voice in Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142558 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:21:49 UTC
3e792ce [LANG-713] [patch] Increase test coverage of FieldUtils read methods and tweak javadoc. Apply patch. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142555 13f79535-47bb-0310-9956-ffa450edef68 04 July 2011, 06:18:26 UTC
0b1db83 Adding missing private method javadoc and removing 'unused' import in favour of fully qualified javadoc link git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142401 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 08:30:12 UTC
a783018 Escaping & git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142400 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 08:28:05 UTC
874438d Documenting LANG-710 in the release notes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142394 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 08:10:42 UTC
4509b8a Removing leftover trace statement git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142390 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:57:13 UTC
8914d7f Adding tests and resolving LANG-710, reported by Benjamin Valentin. Note that this changed such that the code will now escape an unfinished entity (i.e. &#030). This matches browser behaviour. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142389 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:55:33 UTC
23a71e7 Noting LANG-703 in the release notes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142382 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:07:32 UTC
a80f11c Applying Ilya's patch from LANG-703 fixing an NPE when toString returns null git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142381 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 07:04:38 UTC
f5cb67a Additional tests for MethodUtils from Nathan Beyer - LANG-712 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142380 13f79535-47bb-0310-9956-ffa450edef68 03 July 2011, 06:59:59 UTC
e3cb1c6 Add build.properties to svn:ignore. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142201 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 11:02:44 UTC
1794482 (LANG-711) [patch] add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain). Apply patch. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142199 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 10:58:55 UTC
d42188e (LANG-711) [patch] add includeantruntime=false to javac targets to quell warnings in ant 1.8.1 and better (and modest performance gain). Apply patch. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142198 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 10:57:20 UTC
8de2366 Reverting r1090111 - moving the text.translate escapers back from using Range to replicating parts of the Range API. See the list for details ('unnecessary boxing in StringEscapeUtils etc'), the move to Range was an uncomfortable fit. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142151 13f79535-47bb-0310-9956-ffa450edef68 02 July 2011, 04:06:23 UTC
1d41504 [LANG-709] Increase test coverage of MethodUtils invoke methods and a few test corrections git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1140015 13f79535-47bb-0310-9956-ffa450edef68 27 June 2011, 04:58:35 UTC
9036626 formatting/ws git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1139924 13f79535-47bb-0310-9956-ffa450edef68 26 June 2011, 19:32:14 UTC
back to top