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

sort by:
Revision Author Date Message Commit Date
7c8443f LANG-1089 FastDateParser does not handle excess hours as per SimpleDateFormat git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663348 13f79535-47bb-0310-9956-ffa450edef68 02 March 2015, 16:29:45 UTC
6ec90c4 Docs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663342 13f79535-47bb-0310-9956-ffa450edef68 02 March 2015, 16:10:35 UTC
b321bde Generics git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663177 13f79535-47bb-0310-9956-ffa450edef68 01 March 2015, 23:18:33 UTC
fb6a62c Missed property git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663174 13f79535-47bb-0310-9956-ffa450edef68 01 March 2015, 22:25:23 UTC
4d228dd Comment git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663173 13f79535-47bb-0310-9956-ffa450edef68 01 March 2015, 22:17:29 UTC
2367948 LANG-1061 FastDateParser error - timezones not handled correctly git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663140 13f79535-47bb-0310-9956-ffa450edef68 01 March 2015, 17:59:34 UTC
45a6467 LANG-1087: NumberUtils#createNumber() returns positive BigDecimal when negative Float is expected. Thanks to Renat Zhilkibaev. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1663129 13f79535-47bb-0310-9956-ffa450edef68 01 March 2015, 16:48:22 UTC
6183618 Reverting changes from r1661762 (LANG-1086) for now until we have consensus about this change. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1662379 13f79535-47bb-0310-9956-ffa450edef68 26 February 2015, 08:13:58 UTC
4975b89 CGI must be svn:executable * git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1662049 13f79535-47bb-0310-9956-ffa450edef68 24 February 2015, 17:39:26 UTC
ed4d262 Update to latest parent pom git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1661783 13f79535-47bb-0310-9956-ffa450edef68 23 February 2015, 20:56:58 UTC
bdb5d97 LANG-1086: Remove busy wait from AtomicSafeInitializer.get(). This also fixes #46 from github. Thanks to github user artnaseef. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1661762 13f79535-47bb-0310-9956-ffa450edef68 23 February 2015, 20:15:49 UTC
ffdc427 Fix up Findbugs version so it works with Java 6 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1655027 13f79535-47bb-0310-9956-ffa450edef68 27 January 2015, 12:45:01 UTC
813e18f Checkstyle: Add missing JavaDoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654144 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:47:00 UTC
4792f85 Checkstyle: Add missing JavaDoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654143 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:45:21 UTC
425d057 Make JavaDoc tool happy by adding missing @return tag git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654142 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:43:21 UTC
58320be Add some JavaDocs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654140 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:41:18 UTC
6b90fe3 Add missing license header git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654139 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:34:58 UTC
d8c65c4 Add Jonathan Baker to the list of contributors git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654138 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:26:28 UTC
ffc38b1 LANG-1081: DiffBuilder.append(String, Object left, Object right) does not do a left.equals(right) check. This fixes #41 from github. Thanks to Jonathan Baker. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654137 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:25:43 UTC
3181b40 Add an additional test for LANG-1055 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654135 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:10:41 UTC
63f1d6b LANG-1055: StrSubstitutor.replaceSystemProperties does not work consistently. This fixes #43 from github. Thanks to Jonathan Baker. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654134 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 08:10:24 UTC
cc991fe Add since tag to new constructor of DiffBuilder git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654132 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 07:58:58 UTC
38ed1a0 LANG-1082: Add option to disable the objectsTriviallyEqual test in DiffBuilder. This fixes #44 from github. Thanks to Jonathan Baker. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654131 13f79535-47bb-0310-9956-ffa450edef68 23 January 2015, 07:56:14 UTC
6eac346 LANG-1083: Add (T) casts to get unit tests to pass in old JDK. This fixes #42 from github. Thanks to Jonathan Baker. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1653307 13f79535-47bb-0310-9956-ffa450edef68 20 January 2015, 17:30:11 UTC
89c8519 Update copyright year git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1651132 13f79535-47bb-0310-9956-ffa450edef68 12 January 2015, 16:34:15 UTC
9af6c5e Use README.md and CONTRIBUTING.md generated by commons build plugin git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1649111 13f79535-47bb-0310-9956-ffa450edef68 02 January 2015, 20:09:51 UTC
5160730 Add test for merging toString with super toString git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648925 13f79535-47bb-0310-9956-ffa450edef68 01 January 2015, 19:24:07 UTC
d903279 Remove assertions in error cases. They won't be executed. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648924 13f79535-47bb-0310-9956-ffa450edef68 01 January 2015, 19:19:44 UTC
42728e8 Test against static value git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648922 13f79535-47bb-0310-9956-ffa450edef68 01 January 2015, 19:13:32 UTC
2515b3e Format source code git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648921 13f79535-47bb-0310-9956-ffa450edef68 01 January 2015, 19:08:07 UTC
8d9662e JsonToStringStyle doesn't use line breaks. Change JavaDoc to reflect this. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648920 13f79535-47bb-0310-9956-ffa450edef68 01 January 2015, 19:04:19 UTC
c4ddbe6 LANG-1015: Add JsonToStringStyle implementation to ToStringStyle. This fixes #12 and #26 from github. Thanks to Thiago Andrade. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648919 13f79535-47bb-0310-9956-ffa450edef68 01 January 2015, 19:01:41 UTC
c87380f LANG-1080: add NoClassNameToStringStyle implementation of ToStringStyle. This closes #40 from github. Thanks to Innokenty Shuvalov. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648730 13f79535-47bb-0310-9956-ffa450edef68 31 December 2014, 16:34:49 UTC
e22e066 Revert to using cobertura. The Jacoco instrumentation will add fields to all classes. This in turn breaks the tests for FieldUtils.getAllFields(Class). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648078 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 18:06:43 UTC
2f97b43 Don't redefine plugin default values git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648075 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 17:57:20 UTC
00f00cc Need to set MaxPermSize as well or the site build will fail with OutOfMemoryError git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648074 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 17:56:53 UTC
867d318 Update JavaNCSS plugin to latest version git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648073 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 17:40:19 UTC
e4bcd50 Add jacoco file to activate report via parent pom (forgot that in last commit) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648072 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 17:39:43 UTC
517b430 Use jacoco via parent pom configuration file instead of cobertura (which takes forever to run) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648071 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 17:38:35 UTC
c533282 LANG-1071: Fix wrong examples in JavaDoc of StringUtils.replaceEachRepeatedly(...), StringUtils.replaceEach(...). Thanks to Arno Noordover. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648067 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 16:45:42 UTC
5cb1ae6 Add examples for containsAny(CharSequence, CharSequence...) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648066 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 16:29:28 UTC
a169e86 Use enhanced for loop instead of indexed based iteration git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648064 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 16:25:02 UTC
9e26c7b LANG-883: Add StringUtils.containsAny(CharSequence, CharSequence...) method. Thanks to Daniel Stewart. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648063 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 16:20:55 UTC
23d55b0 Can't link to private inner classes, use public field instead git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648061 13f79535-47bb-0310-9956-ffa450edef68 27 December 2014, 16:08:20 UTC
5f61aa0 Update to latest parent pom git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1647981 13f79535-47bb-0310-9956-ffa450edef68 26 December 2014, 14:00:52 UTC
3902225 Add another assertion documention the current behavior of StringUtils.join git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1647902 13f79535-47bb-0310-9956-ffa450edef68 25 December 2014, 15:31:16 UTC
4a2cc4f LANG-1073 Read wrong component type of array in add in ArrayUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1645483 13f79535-47bb-0310-9956-ffa450edef68 14 December 2014, 18:22:06 UTC
e5a3039 LANG-1077 StringUtils.ordinalIndexOf("aaaaaa", "aa", 2) != 3 in StringUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1645101 13f79535-47bb-0310-9956-ffa450edef68 13 December 2014, 02:00:18 UTC
0576347 clarify behavior of #isNumber() with blanks git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1645076 13f79535-47bb-0310-9956-ffa450edef68 12 December 2014, 21:15:18 UTC
d4cf086 Typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1643399 13f79535-47bb-0310-9956-ffa450edef68 05 December 2014, 19:04:31 UTC
a25d6d8 Update to latest junit release git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1643281 13f79535-47bb-0310-9956-ffa450edef68 05 December 2014, 13:44:20 UTC
0162032 LANG-1072 Duplicated "0x" check in createBigInteger in NumberUtils git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1643038 13f79535-47bb-0310-9956-ffa450edef68 03 December 2014, 01:35:22 UTC
2120121 maven-pmd-plugin 3.2 -> 3.3. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1641146 13f79535-47bb-0310-9956-ffa450edef68 23 November 2014, 00:38:35 UTC
2afdf4d Javadoc fix for LANG-1064. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1639624 13f79535-47bb-0310-9956-ffa450edef68 14 November 2014, 12:49:15 UTC
635e41e LANG-1052: Multiline recursive to string style. This fixes #34 from github. Thanks to Jan Matèrne. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1637671 13f79535-47bb-0310-9956-ffa450edef68 09 November 2014, 12:47:12 UTC
85c18d0 Update to latest commons parent pom git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1634465 13f79535-47bb-0310-9956-ffa450edef68 27 October 2014, 07:50:22 UTC
0661ab5 No need to explicitly extend Object. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1633907 13f79535-47bb-0310-9956-ffa450edef68 23 October 2014, 18:10:33 UTC
ef26a66 LANG-536 - Add isSorted() to ArrayUtils. Patch supplied by James Sawle. Closes #32 in GitHub. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1632874 13f79535-47bb-0310-9956-ffa450edef68 19 October 2014, 05:52:37 UTC
09cee6a Use isEmpty() where possible. Thanks to James Sawle for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1632416 13f79535-47bb-0310-9956-ffa450edef68 16 October 2014, 19:16:30 UTC
b199af8 LANG-1043 - isAllUpperCase should only check Alpha characters Document and test additional cases git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630619 13f79535-47bb-0310-9956-ffa450edef68 09 October 2014, 23:19:32 UTC
0d3d319 Javadocs. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630277 13f79535-47bb-0310-9956-ffa450edef68 09 October 2014, 04:37:38 UTC
ab57062 Update maven-checkstyle-plugin from 2.9.1 to 2.13. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630269 13f79535-47bb-0310-9956-ffa450edef68 09 October 2014, 02:29:00 UTC
a113511 [LANG-1044] Add method org.apache.commons.lang3.reflect.MethodUtils.invokeExactMethod(Object, String)</action> [LANG-1045] Add method org.apache.commons.lang3.reflect.MethodUtils.invokeMethod(Object, String)</action> git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630268 13f79535-47bb-0310-9956-ffa450edef68 09 October 2014, 02:22:34 UTC
0648a30 Javadoc examples looked better wrapped in {@code} tags. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630076 13f79535-47bb-0310-9956-ffa450edef68 08 October 2014, 11:49:54 UTC
4477ae6 LANG-1041: Fix MethodUtilsTest so it does not depend on JDK method ordering. This fixes #30 from github. Thanks to Alexandre Bartel. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1628922 13f79535-47bb-0310-9956-ffa450edef68 02 October 2014, 10:12:12 UTC
aa3f174 Remove tab characters git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1628921 13f79535-47bb-0310-9956-ffa450edef68 02 October 2014, 10:07:11 UTC
7406d02 Fix for LANG-827: CompareToBuilder's doc doesn't specify precedence of fields it uses in performing comparisons git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1628165 13f79535-47bb-0310-9956-ffa450edef68 29 September 2014, 12:02:11 UTC
22b6781 Added missing support for ISO 8601 parsing and printing using "ZZ" pattern (code now matches Javadoc). Addresses LANG-1000. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1628061 13f79535-47bb-0310-9956-ffa450edef68 28 September 2014, 10:11:17 UTC
2aae22d Removed redundant static modifier (thanks, Matt). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1627984 13f79535-47bb-0310-9956-ffa450edef68 27 September 2014, 17:33:00 UTC
52e854e Replaced private integer constants with private static enum. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1627974 13f79535-47bb-0310-9956-ffa450edef68 27 September 2014, 15:03:26 UTC
bc91bed Made it clear that the fields of the object form the hash code (LANG-1039). Pulled magic values into constants. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1627889 13f79535-47bb-0310-9956-ffa450edef68 26 September 2014, 21:19:12 UTC
bdb1a68 Added Javadoc warnings related to LANG-796. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1627753 13f79535-47bb-0310-9956-ffa450edef68 26 September 2014, 11:19:32 UTC
2154d5f Fix for LANG-1035: Javadoc for EqualsBuilder.reflectionEquals() is unclear git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1623970 13f79535-47bb-0310-9956-ffa450edef68 10 September 2014, 11:32:53 UTC
1e6c8c1 Simplify statement by calling substring on str directly. StringUtils.startsWith makes sure that str is not null at this point. Improvement suggested by sebb. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1623872 13f79535-47bb-0310-9956-ffa450edef68 09 September 2014, 19:32:31 UTC
161ef97 Add fixme regarding a JDK 1.3 workaround git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1620579 13f79535-47bb-0310-9956-ffa450edef68 26 August 2014, 11:53:51 UTC
01a950e Better JavaDoc formatting git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1620574 13f79535-47bb-0310-9956-ffa450edef68 26 August 2014, 11:28:18 UTC
fceafc5 Fix typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1620321 13f79535-47bb-0310-9956-ffa450edef68 25 August 2014, 13:13:09 UTC
bc8e238 LANG-1020: Improve performance of normalize space. Thanks to Libor Ondrusek. This closes #27 from github. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1620317 13f79535-47bb-0310-9956-ffa450edef68 25 August 2014, 13:04:54 UTC
092d6da Add missing fail calls. Errors would be silently ignored if those calls are missing. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1619994 13f79535-47bb-0310-9956-ffa450edef68 23 August 2014, 09:30:12 UTC
84c43fe Update plugins to current versions. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1616373 13f79535-47bb-0310-9956-ffa450edef68 06 August 2014, 23:47:31 UTC
1384457 [LANG-1033] Add StringUtils.countMatches(CharSequence, char) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1616372 13f79535-47bb-0310-9956-ffa450edef68 06 August 2014, 23:46:30 UTC
a67075b Update to latest parent pom git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1613603 13f79535-47bb-0310-9956-ffa450edef68 26 July 2014, 10:47:18 UTC
9b2357c Fix JavaDoc problem git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1613587 13f79535-47bb-0310-9956-ffa450edef68 26 July 2014, 09:27:19 UTC
5ae1b02 Document the changes from LANG-1027 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1612391 13f79535-47bb-0310-9956-ffa450edef68 21 July 2014, 20:01:04 UTC
3fa5334 LANG-1027 don't fail if java version is unknown, lang is too much used to make apps and libs failling cause of an unknown java version. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1612075 13f79535-47bb-0310-9956-ffa450edef68 20 July 2014, 11:31:17 UTC
de67dec LANG-1021: Provide methods to retrieve all fields/methods annotated with a specific type. Thanks to Alexander Müller. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1612063 13f79535-47bb-0310-9956-ffa450edef68 20 July 2014, 09:15:04 UTC
03aa1e7 Use the more modern, compact, and flexible Javadoc "{@code ...}" instead of the HTML "<tt>...</tt>". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1612040 13f79535-47bb-0310-9956-ffa450edef68 20 July 2014, 06:54:09 UTC
88dd10f Use the more modern, compact, and flexible Javadoc "{@code ...}" instead of the HTML "<tt>...</tt>". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1612038 13f79535-47bb-0310-9956-ffa450edef68 20 July 2014, 06:46:57 UTC
b1caa21 LANG-1026: Bring static method references in StringUtils to consistent style. Thanks to Alex Yursha git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1610149 13f79535-47bb-0310-9956-ffa450edef68 13 July 2014, 09:27:57 UTC
967fdd0 LANG-1024: Fix JavaDoc errors in test code git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1609902 13f79535-47bb-0310-9956-ffa450edef68 12 July 2014, 11:01:37 UTC
6240a05 LANG-1016: NumberUtils#isParsable method(s). Apply Juan PabloSantos Rodríguez patch for handling negative numbers. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1609898 13f79535-47bb-0310-9956-ffa450edef68 12 July 2014, 09:48:13 UTC
673dbc5 Tiddy up JavaDoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1609277 13f79535-47bb-0310-9956-ffa450edef68 09 July 2014, 19:34:57 UTC
7022c19 LANG-1016: NumberUtils#isParsable method(s). Thanks to Juan Pablo Santos Rodríguez. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1609273 13f79535-47bb-0310-9956-ffa450edef68 09 July 2014, 19:21:48 UTC
4fcfad9 Formating. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606463 13f79535-47bb-0310-9956-ffa450edef68 29 June 2014, 11:52:24 UTC
c8e024f Formating. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606461 13f79535-47bb-0310-9956-ffa450edef68 29 June 2014, 11:50:39 UTC
248fd21 Restore previous behavior that allows function results (arrays of booleans) to be modified. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606449 13f79535-47bb-0310-9956-ffa450edef68 29 June 2014, 11:11:26 UTC
7196611 Statement unnecessarily nested within else clause. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606089 13f79535-47bb-0310-9956-ffa450edef68 27 June 2014, 13:18:55 UTC
dd74cf1 Statement unnecessarily nested within else clause. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606088 13f79535-47bb-0310-9956-ffa450edef68 27 June 2014, 13:18:34 UTC
8a95db3 Format to 120 line length. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606086 13f79535-47bb-0310-9956-ffa450edef68 27 June 2014, 13:09:03 UTC
60b79a9 Statement unnecessarily nested within else clause. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606084 13f79535-47bb-0310-9956-ffa450edef68 27 June 2014, 13:06:42 UTC
back to top