Commit Graph

3603 Commits

Author SHA1 Message Date
Benedikt Ritter 425d057739 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
2015-01-23 08:43:21 +00:00
Benedikt Ritter 58320be2fc Add some JavaDocs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654140 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 08:41:18 +00:00
Benedikt Ritter 6b90fe3a2c Add missing license header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1654139 13f79535-47bb-0310-9956-ffa450edef68
2015-01-23 08:34:58 +00:00
Benedikt Ritter ffc38b1f3b 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
2015-01-23 08:25:43 +00:00
Benedikt Ritter 3181b40766 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
2015-01-23 08:10:41 +00:00
Benedikt Ritter 63f1d6b83b 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
2015-01-23 08:10:24 +00:00
Benedikt Ritter cc991feadb 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
2015-01-23 07:58:58 +00:00
Benedikt Ritter 38ed1a0725 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
2015-01-23 07:56:14 +00:00
Benedikt Ritter 6eac3468d4 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
2015-01-20 17:30:11 +00:00
Benedikt Ritter 9af6c5e07c 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
2015-01-02 20:09:51 +00:00
Benedikt Ritter 51607308c7 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
2015-01-01 19:24:07 +00:00
Benedikt Ritter d903279e44 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
2015-01-01 19:19:44 +00:00
Benedikt Ritter 42728e8e53 Test against static value
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648922 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 19:13:32 +00:00
Benedikt Ritter 2515b3eb32 Format source code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648921 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 19:08:07 +00:00
Benedikt Ritter 8d9662e0a1 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
2015-01-01 19:04:19 +00:00
Benedikt Ritter c4ddbe6456 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
2015-01-01 19:01:41 +00:00
Benedikt Ritter c87380f0d9 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
2014-12-31 16:34:49 +00:00
Benedikt Ritter e22e0669cd 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
2014-12-27 18:06:43 +00:00
Benedikt Ritter e4bcd50db3 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
2014-12-27 17:39:43 +00:00
Benedikt Ritter c5332828bd 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
2014-12-27 16:45:42 +00:00
Benedikt Ritter 5cb1ae6024 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
2014-12-27 16:29:28 +00:00
Benedikt Ritter a169e866c1 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
2014-12-27 16:25:02 +00:00
Benedikt Ritter 9e26c7b6e9 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
2014-12-27 16:20:55 +00:00
Benedikt Ritter 23d55b0b9c 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
2014-12-27 16:08:20 +00:00
Benedikt Ritter 39022255c5 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
2014-12-25 15:31:16 +00:00
Bruno P. Kinoshita 4a2cc4f5da 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
2014-12-14 18:22:06 +00:00
Bruno P. Kinoshita e5a3039f7a 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
2014-12-13 02:00:18 +00:00
Matthew Jason Benson 05763470e5 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
2014-12-12 21:15:18 +00:00
Sebastian Bazley 0162032aa4 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
2014-12-03 01:35:22 +00:00
Duncan Jones 2afdf4d05e Javadoc fix for LANG-1064.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1639624 13f79535-47bb-0310-9956-ffa450edef68
2014-11-14 12:49:15 +00:00
Benedikt Ritter 635e41ea18 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
2014-11-09 12:47:12 +00:00
Gary D. Gregory 0661ab5c77 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
2014-10-23 18:10:33 +00:00
Duncan Jones ef26a66763 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
2014-10-19 05:52:37 +00:00
Duncan Jones 09cee6a4ad 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
2014-10-16 19:16:30 +00:00
Sebastian Bazley b199af8d82 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
2014-10-09 23:19:32 +00:00
Gary D. Gregory 0d3d31972b Javadocs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1630277 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 04:37:38 +00:00
Gary D. Gregory a11351107e [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
2014-10-09 02:22:34 +00:00
Duncan Jones 0648a3096b 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
2014-10-08 11:49:54 +00:00
Benedikt Ritter 4477ae6952 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
2014-10-02 10:12:12 +00:00
Benedikt Ritter aa3f174986 Remove tab characters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1628921 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 10:07:11 +00:00
Duncan Jones 7406d02eb0 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
2014-09-29 12:02:11 +00:00
Duncan Jones 22b6781a0b 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
2014-09-28 10:11:17 +00:00
Duncan Jones 2aae22de23 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
2014-09-27 17:33:00 +00:00
Duncan Jones 52e854e3bd 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
2014-09-27 15:03:26 +00:00
Duncan Jones bc91bedd45 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
2014-09-26 21:19:12 +00:00
Duncan Jones bdb1a684a7 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
2014-09-26 11:19:32 +00:00
Duncan Jones 2154d5fbf8 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
2014-09-10 11:32:53 +00:00
Benedikt Ritter 1e6c8c1495 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
2014-09-09 19:32:31 +00:00
Benedikt Ritter 161ef971c4 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
2014-08-26 11:53:51 +00:00
Benedikt Ritter 01a950e320 Better JavaDoc formatting
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1620574 13f79535-47bb-0310-9956-ffa450edef68
2014-08-26 11:28:18 +00:00
Benedikt Ritter fceafc5df8 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1620321 13f79535-47bb-0310-9956-ffa450edef68
2014-08-25 13:13:09 +00:00
Benedikt Ritter bc8e23808b 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
2014-08-25 13:04:54 +00:00
Benedikt Ritter 092d6da566 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
2014-08-23 09:30:12 +00:00
Gary D. Gregory 1384457a39 [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
2014-08-06 23:46:30 +00:00
Benedikt Ritter 9b2357cfb1 Fix JavaDoc problem
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1613587 13f79535-47bb-0310-9956-ffa450edef68
2014-07-26 09:27:19 +00:00
Benedikt Ritter 5ae1b02383 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
2014-07-21 20:01:04 +00:00
Romain Manni-Bucau 3fa5334ac0 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
2014-07-20 11:31:17 +00:00
Benedikt Ritter de67dec077 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
2014-07-20 09:15:04 +00:00
Gary D. Gregory 03aa1e7078 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
2014-07-20 06:54:09 +00:00
Gary D. Gregory 88dd10fa4b 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
2014-07-20 06:46:57 +00:00
Benedikt Ritter b1caa21bf5 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
2014-07-13 09:27:57 +00:00
Benedikt Ritter 967fdd064c 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
2014-07-12 11:01:37 +00:00
Benedikt Ritter 6240a05c12 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
2014-07-12 09:48:13 +00:00
Benedikt Ritter 673dbc5794 Tiddy up JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1609277 13f79535-47bb-0310-9956-ffa450edef68
2014-07-09 19:34:57 +00:00
Benedikt Ritter 7022c194e0 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
2014-07-09 19:21:48 +00:00
Gary D. Gregory 4fcfad957d Formating.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606463 13f79535-47bb-0310-9956-ffa450edef68
2014-06-29 11:52:24 +00:00
Gary D. Gregory c8e024f8cd Formating.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606461 13f79535-47bb-0310-9956-ffa450edef68
2014-06-29 11:50:39 +00:00
Gary D. Gregory 248fd21601 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
2014-06-29 11:11:26 +00:00
Gary D. Gregory 71966110f7 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
2014-06-27 13:18:55 +00:00
Gary D. Gregory dd74cf1da5 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
2014-06-27 13:18:34 +00:00
Gary D. Gregory 8a95db3d42 Format to 120 line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606086 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 13:09:03 +00:00
Gary D. Gregory 60b79a9082 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
2014-06-27 13:06:42 +00:00
Gary D. Gregory 0ff8493544 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606082 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 13:03:36 +00:00
Gary D. Gregory 7b33ab10de Format to 120 line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606081 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 13:03:13 +00:00
Gary D. Gregory cf832560dd Format to 120 line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606076 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:56:14 +00:00
Gary D. Gregory 2e9a359fb5 Simplify using ternary expressions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606075 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:55:51 +00:00
Gary D. Gregory c9e3793ae7 Refactor commons constants (no need to generate new arrays on every call).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606073 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:52:37 +00:00
Gary D. Gregory e769c18954 Simplify using ternary expressions instead of nested if-elses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606071 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:47:09 +00:00
Gary D. Gregory 082eb39c9f Format to 120 line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606069 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:41:50 +00:00
Gary D. Gregory c987d1631f Simplify using ternary expressions instead of nested if-elses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606068 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:41:26 +00:00
Gary D. Gregory f7e5f2c877 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606066 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:36:18 +00:00
Gary D. Gregory 299ea79d66 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606065 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:35:56 +00:00
Gary D. Gregory 93b1808e52 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606063 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:34:37 +00:00
Gary D. Gregory 8e757f1138 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606060 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:33:07 +00:00
Gary D. Gregory b52a49ab1c Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606059 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:32:45 +00:00
Gary D. Gregory 38334883a6 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606058 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:30:51 +00:00
Gary D. Gregory 0ef747156b Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606056 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:28:05 +00:00
Gary D. Gregory e3ee532338 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606054 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:27:47 +00:00
Gary D. Gregory 5a1101da75 Remove unused imports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606052 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:24:06 +00:00
Gary D. Gregory 96c30e248d Use final consistently.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1606051 13f79535-47bb-0310-9956-ffa450edef68
2014-06-27 12:22:17 +00:00
Gary D. Gregory ba8c6f6d6f Add some missing tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1600868 13f79535-47bb-0310-9956-ffa450edef68
2014-06-06 12:33:44 +00:00
Benedikt Ritter d96586563c LANG-1017: Use non-ASCII digits in Javadoc examples for StringUtils.isNumeric. Thanks to Christoph Schneegans.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1599322 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 19:31:36 +00:00
Benedikt Ritter 8f9a427dc6 Fix broken JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1599316 13f79535-47bb-0310-9956-ffa450edef68
2014-06-02 19:19:40 +00:00
Matthew Jason Benson 68a6fd6125 TypeUtils wildcard fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1594387 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 21:13:04 +00:00
Matthew Jason Benson 6f688e40ba add some failing tests with wildcards
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1594385 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 21:12:31 +00:00
Duncan Jones 9a16b763d9 Using Validate where possible in time package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1594373 13f79535-47bb-0310-9956-ffa450edef68
2014-05-13 20:31:02 +00:00
Duncan Jones 5a28357bb5 Using Validate where possible in math package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593679 13f79535-47bb-0310-9956-ffa450edef68
2014-05-10 07:22:22 +00:00
Duncan Jones a2c356d7a6 Using Validate where possible in concurrent package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593668 13f79535-47bb-0310-9956-ffa450edef68
2014-05-10 05:58:17 +00:00
Duncan Jones 10641f9ae7 Using Validate where possible in builder package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593622 13f79535-47bb-0310-9956-ffa450edef68
2014-05-09 21:13:01 +00:00
Benedikt Ritter 3728344459 LANG-1008: Change min/max methods in NumberUtils/IEEE754rUtils from array input parameters to varargs. This also closes #23 from github. Thanks to Thiago Andrade.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593118 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 19:05:39 +00:00
Benedikt Ritter 10f136bb01 Use the term distance in documentation of getFuzzyDistance
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593115 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 18:45:59 +00:00
Benedikt Ritter a2f44d03fe Make checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593114 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 18:44:01 +00:00
Benedikt Ritter b78295b4fa LANG-999: Add fuzzy String matching logic to StringUtils. This also closes #20 from github. Thanks to Ben Ripkens.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593112 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 18:42:33 +00:00
Sebastian Bazley 287aba5b2e Tab police
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1593109 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 18:35:42 +00:00
Sebastian Bazley d16c62aed2 Clarify that 0.d is decimal, not octal
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592931 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 01:20:42 +00:00
Duncan Jones 21cbe9553f Explained treatment of leading zeroes in isNumber() method Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592890 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 21:32:31 +00:00
Duncan Jones 39a5b774ea Corrected Javadoc example.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592876 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:46:48 +00:00
Duncan Jones daf4b4f98c Further tidying of Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592873 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 20:41:59 +00:00
Benedikt Ritter 01fe91839a Correct wrong documentation regarding extensibility of ImmutablePair and ImmutableTriple. This closes #13 from github.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592817 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 17:57:38 +00:00
Benedikt Ritter 4b28af1e8a Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592811 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 17:29:07 +00:00
Benedikt Ritter c3d65461a3 LANG-1006: Add wrap (with String or char) to StringUtils. This closes PR #21 from github. Thanks to Thiago Andrade.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592810 13f79535-47bb-0310-9956-ffa450edef68
2014-05-06 17:28:50 +00:00
Benedikt Ritter 80f1988264 Point potential contributors to the TagList report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592614 13f79535-47bb-0310-9956-ffa450edef68
2014-05-05 19:20:53 +00:00
Benedikt Ritter 7d6e0beccb LANG-1005: Extend DurationFormatUtils#formatDurationISO default pattern to match #formatDurationHMS. Thanks to Michael Osipov.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592592 13f79535-47bb-0310-9956-ffa450edef68
2014-05-05 18:02:25 +00:00
Benedikt Ritter d910918faf LANG-1007: Fixing NumberUtils JAVADoc comments for max methods. This also fixes pull request #22 from github. Thanks to Thiago Andrade.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592587 13f79535-47bb-0310-9956-ffa450edef68
2014-05-05 17:48:48 +00:00
Duncan Jones 75fbc009dd LANG-731: Better Javadoc for BitField class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592457 13f79535-47bb-0310-9956-ffa450edef68
2014-05-05 07:05:33 +00:00
Benedikt Ritter fd54d42f78 LANG-1004: DurationFormatUtils#formatDurationHMS implementation does not correspond to Javadoc and vice versa. Thanks to Michael Osipov
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592360 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 15:40:59 +00:00
Benedikt Ritter 00dc479f6a Remove tab characters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592330 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 09:36:59 +00:00
Benedikt Ritter 2f0beab7a8 Remove more debug output (which is never actually written out)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592326 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 09:02:19 +00:00
Benedikt Ritter 98f76f4c98 Remove debug output from test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592325 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 08:59:46 +00:00
Benedikt Ritter 4b74c38562 LANG-1003: DurationFormatUtils are not able to handle negative duration/periods. Document new behavior for negative inputs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592324 13f79535-47bb-0310-9956-ffa450edef68
2014-05-04 08:49:27 +00:00
Duncan Jones 2486300548 Removed unnecessary multiplication by one.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1592163 13f79535-47bb-0310-9956-ffa450edef68
2014-05-03 08:21:49 +00:00
Benedikt Ritter 64ef8a8022 LANG-1003: DurationFormatUtils are not able to handle negative durations/periods. Reported by Michael Osipov.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1591840 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 09:21:14 +00:00
Benedikt Ritter 358f139d13 Organize imports, don't use wildcard imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1591831 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 08:56:42 +00:00
Benedikt Ritter 548e5c42f5 Use org.junit.Assert.assertArrayEquals
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1591830 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 08:55:28 +00:00
Benedikt Ritter fe354beb93 Remove commented out test code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1591828 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 08:43:44 +00:00
Gary D. Gregory b4b51a8fc9 <action issue="LANG-1001" type="fix" dev="ggregory" due-to="Michael Osipov">ISO 8601 misspelled throughout the Javadocs</action>
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1591488 13f79535-47bb-0310-9956-ffa450edef68
2014-04-30 21:49:35 +00:00
Benedikt Ritter 6125951060 LANG-993: Add zero copy write method to StrBuilder; LANG-994: Add zero copy read method to StrBuilder. Thanks to Mikhail Mazursky.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1590224 13f79535-47bb-0310-9956-ffa450edef68
2014-04-26 10:39:03 +00:00
Chas Honton d13a40266f Remove keyValues map per sebb's suggestion
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1590059 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 15:23:46 +00:00
Chas Honton d9bd12dc92 Rename TextStrategy to CaseInsensitiveTextStrategy per sebb's suggestion
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1590054 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 15:16:07 +00:00
Benedikt Ritter 454fd1ea0f Add another missing ticket to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1590013 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 12:54:19 +00:00
Benedikt Ritter b46471100b Add missing bug fix to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1590006 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 11:51:05 +00:00
Sebastian Bazley 804e5f8c4f Merge qualifiers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1589978 13f79535-47bb-0310-9956-ffa450edef68
2014-04-25 10:24:57 +00:00
Chas Honton f4b7d62ac5 LANG-998 - Javadoc is not clear on preferred pattern to instantiate FastDateParser / FastDatePrinter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1589551 13f79535-47bb-0310-9956-ffa450edef68
2014-04-24 00:17:12 +00:00
Chas Honton 649a089ddc LANG-1088 - toLowerCase should use locale, additional unit tests for case-insensitive matching
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1589508 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 20:17:54 +00:00
Chas Honton 3b2de24af3 LANG-1088 - FastDateParser should be case insensitive
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1589446 13f79535-47bb-0310-9956-ffa450edef68
2014-04-23 16:02:52 +00:00
Duncan Jones e288d39ba3 Use enhanced for loop
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1588859 13f79535-47bb-0310-9956-ffa450edef68
2014-04-21 08:37:46 +00:00
Duncan Jones 5d9141e206 Added Javadoc to clear checkstyle error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1588857 13f79535-47bb-0310-9956-ffa450edef68
2014-04-21 08:18:43 +00:00
Benedikt Ritter fbb0f7f88c LANG-995: Fix bug with stripping spaces on last line in WordUtils.wrap(). This fixes #18 from github. Thanks to Andrey Khobnya
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586649 13f79535-47bb-0310-9956-ffa450edef68
2014-04-11 13:28:30 +00:00
Gary D. Gregory d99f581745 Clean up Javadocs. You do not need to refer to classes in java.lang with a FQCN.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586295 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 13:20:28 +00:00
Gary D. Gregory 3efd6ccdbf Refactor magic number into constant.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586293 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 13:15:20 +00:00
Gary D. Gregory 4eb70a5f43 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586292 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 13:14:08 +00:00
Gary D. Gregory 70d9e8b23d Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586291 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 13:12:51 +00:00
Gary D. Gregory 39168bb734 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586290 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 13:12:12 +00:00
Gary D. Gregory 3e33304129 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586289 13f79535-47bb-0310-9956-ffa450edef68
2014-04-10 13:10:59 +00:00
Benedikt Ritter 6b438fe99b Add next version to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586100 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 19:41:57 +00:00
Benedikt Ritter d72d2b08dc Document 3.3.2 release date
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1586077 13f79535-47bb-0310-9956-ffa450edef68
2014-04-09 18:46:07 +00:00
Benedikt Ritter 24767d6f49 Add description for 3.3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585293 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 12:03:39 +00:00
Benedikt Ritter d069f0c7c1 Add 3.3.2 release notes to archive
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585291 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 11:58:32 +00:00
Benedikt Ritter 483a02a44c Add a note about 3.3.2 and DocLint, since I can not get the site build working without fixing all the warnings DocLint generates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585288 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 11:50:41 +00:00
Benedikt Ritter 78fccbbd30 Fix JavaDoc errors in *TEST CODE* since mvn site fails when using Java 8 otherwise. Thanks to Oracle for teaching us how to write well formed HTML.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585287 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 11:24:03 +00:00
Benedikt Ritter b9b842d0d3 No need to repeat JavaDoc of hashCode method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585282 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 10:43:47 +00:00
Benedikt Ritter 6f20b527e6 Fix JavaDoc warnings by explaning why UnsupportedOperationException is thrown
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585281 13f79535-47bb-0310-9956-ffa450edef68
2014-04-06 10:41:55 +00:00
Niall Pemberton a57ca055e7 Fix JavaDoc issues with JDK 1.8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1583781 13f79535-47bb-0310-9956-ffa450edef68
2014-04-01 20:54:53 +00:00
Niall Pemberton 0e2e37bb83 Fix JavaDoc issues with JDK 1.8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1583482 13f79535-47bb-0310-9956-ffa450edef68
2014-03-31 22:54:57 +00:00
Benedikt Ritter c95fa44d03 Update download page for upcoming 3.3.2 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582986 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:52:01 +00:00
Benedikt Ritter a0b5cb5dd4 Update index page for upcomming 3.3.2 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582985 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:50:15 +00:00
Benedikt Ritter acd41040fc Correct since tag, since next release will be 3.3.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582984 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:48:39 +00:00
Benedikt Ritter d00ee004b0 Remove trailing white spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582983 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:48:02 +00:00
Benedikt Ritter 1113ab56bc Document Niall's work on LANG-992
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582982 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:46:34 +00:00
Benedikt Ritter 186209aac5 Preparation for next release (which will be 3.3.2)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582977 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:30:14 +00:00
Benedikt Ritter 3cdb486869 Remove trailing whitespaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582973 13f79535-47bb-0310-9956-ffa450edef68
2014-03-29 10:28:40 +00:00
Sebastian Bazley 2b56945851 Drop temporary space
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582727 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 12:29:14 +00:00
Sebastian Bazley 6f176f87bf Check mailer uses correct encoding (added space at end temporarily)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582725 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 12:27:25 +00:00
Sebastian Bazley 0f1e07e1fe Tab police (added by pesky IDE)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582699 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 11:15:32 +00:00
Sebastian Bazley 03653e3911 Convert to UTF-8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582693 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 11:05:51 +00:00
Benedikt Ritter dba302513c Fix JavaDoc problems in Conversion
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582687 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 10:49:04 +00:00
Benedikt Ritter d7e2aa2504 Fix typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582669 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 10:05:06 +00:00
Benedikt Ritter 95aa6af17c Fix JavaDoc problems in ClassUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582667 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 10:04:33 +00:00
Niall Pemberton cf03e6173b LANG-992 Fix NumberUtils#isNumber() returns false for "0.0", "0.4790", et al
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582585 13f79535-47bb-0310-9956-ffa450edef68
2014-03-28 03:10:27 +00:00
Duncan Jones 708da45999 Minor Javadoc corrections.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1580464 13f79535-47bb-0310-9956-ffa450edef68
2014-03-23 07:28:42 +00:00
Gary D. Gregory 863bf52eae <action issue="LANG-989" type="add" dev="ggregory">Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8</action>
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1579865 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 02:02:04 +00:00
Gary D. Gregory 024a22b015 <action issue="LANG-989" type="add" dev="ggregory">Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8</action>
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1579864 13f79535-47bb-0310-9956-ffa450edef68
2014-03-21 02:01:34 +00:00
Benedikt Ritter 3a394317b0 Archive release notes for 3.3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1579023 13f79535-47bb-0310-9956-ffa450edef68
2014-03-18 19:28:34 +00:00
Benedikt Ritter ac5451f0bb Add next version to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1578992 13f79535-47bb-0310-9956-ffa450edef68
2014-03-18 18:08:59 +00:00
Benedikt Ritter 2824f002cb Document release of 3.3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1578990 13f79535-47bb-0310-9956-ffa450edef68
2014-03-18 18:08:09 +00:00
Gary D. Gregory 6a3dc33850 Fix Javadoc 8 doclint issues.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1578214 13f79535-47bb-0310-9956-ffa450edef68
2014-03-17 02:44:58 +00:00
Benedikt Ritter 6abb5453e7 Update index.xml for upcoming 3.3.1 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577853 13f79535-47bb-0310-9956-ffa450edef68
2014-03-15 12:45:52 +00:00
Benedikt Ritter a66a5cb647 Add upcoming 3.3.1 release to release history page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577850 13f79535-47bb-0310-9956-ffa450edef68
2014-03-15 12:35:03 +00:00
Benedikt Ritter 79dac6677e Change next version in changes.xml to 3.3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577845 13f79535-47bb-0310-9956-ffa450edef68
2014-03-15 12:27:06 +00:00
Benedikt Ritter b504d77013 Update download page for upcomming 3.3.1 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577843 13f79535-47bb-0310-9956-ffa450edef68
2014-03-15 12:24:35 +00:00
Benedikt Ritter 3b681d4a78 Remove pointer to user guide, since it has been moved to JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577839 13f79535-47bb-0310-9956-ffa450edef68
2014-03-15 12:20:33 +00:00
Benedikt Ritter 11bbcd4a97 Correct indentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577837 13f79535-47bb-0310-9956-ffa450edef68
2014-03-15 12:17:48 +00:00
Duncan Jones 3ee44535b4 Make use of existing TimeUnit class to manage time units.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577519 13f79535-47bb-0310-9956-ffa450edef68
2014-03-14 13:23:25 +00:00
Duncan Jones 80bd3fdb42 LANG-987: DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days, reported by Jay Xu.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1577332 13f79535-47bb-0310-9956-ffa450edef68
2014-03-13 21:40:26 +00:00
Benedikt Ritter 66a37174a0 Post release clean up: Set next development version, document release date of 3.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1574137 13f79535-47bb-0310-9956-ffa450edef68
2014-03-04 17:15:06 +00:00
Sebastian Bazley 1ca3a263e1 Unnecessary array creation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573807 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 23:31:53 +00:00
Sebastian Bazley 19120b7224 Javadoc fix - method does not use a TimeZone
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573790 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 22:41:13 +00:00
Sebastian Bazley 5b32cabf3f Add some more tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573787 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 22:31:49 +00:00
Sebastian Bazley 1a97c7efe1 LANG-983 DurationFormatUtils does not describe format string fully
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573786 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 22:31:28 +00:00
Sebastian Bazley aadd8e172e LANG-981 DurationFormatUtils#lexx does not detect unmatched quote char
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573770 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:44:15 +00:00
Sebastian Bazley 8d360ae707 Don't assign parameter; use the work field
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573762 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:36:16 +00:00
Sebastian Bazley 77f5fe29e3 LANG-978 Failing tests with Java 8 b128
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573756 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:32:07 +00:00
Sebastian Bazley 8b5e3eb81d LANG-982 DurationFormatUtils.formatDuration(61999, "s.SSSS") - ms field size should be 4 digits
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573754 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:29:58 +00:00
Sebastian Bazley cf4138d7bc LANG-984 DurationFormatUtils does not handle large durations correctly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573749 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:10:40 +00:00
Sebastian Bazley ddc06197e4 Close resource
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573188 13f79535-47bb-0310-9956-ffa450edef68
2014-03-01 16:11:01 +00:00
Sebastian Bazley 2ea3865e0c Deprecation warnings don't apply to references within the same class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573186 13f79535-47bb-0310-9956-ffa450edef68
2014-03-01 15:53:17 +00:00
Sebastian Bazley b6e5ed0586 Don't write parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573185 13f79535-47bb-0310-9956-ffa450edef68
2014-03-01 15:51:39 +00:00
Benedikt Ritter 01329b7cf5 Make checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1572877 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 08:42:25 +00:00
Benedikt Ritter ffb07f08d8 Add missing AL header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1572875 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 08:34:55 +00:00
Benedikt Ritter 24f4c1c6ee Add a little teaser for 3.3 to changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1572870 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 08:24:58 +00:00