Benedikt Ritter
49e8d539fb
Add description for release 3.5
2016-09-17 16:36:42 +02:00
Benedikt Ritter
ad1b72b7ec
Merge branch 'LANG-1197'
2016-09-17 16:35:23 +02:00
Benedikt Ritter
69da8cece0
Add LANG-1197 to changes.xml
2016-09-17 16:33:08 +02:00
pascalschumacher
b9f04d9be3
LANG-1197: Prepare Java 9 detection
2016-09-15 19:27:53 +02:00
Lady-Stardust
9c50627918
LANG-1134: New methods for lang3.Validate ( closes #190 )
...
Fixed method names; fixed differentObject to use Object.equals
2016-09-15 18:29:03 +02:00
Rob Tompkins
dad86bc0a2
Merge branch 'master' of github.com:apache/commons-lang into LANG-1252
2016-09-11 13:01:59 -04:00
Rob Tompkins
e64b51c70f
LANG-1252: adding @since and notes to changes.xml
2016-09-11 13:00:53 -04:00
Benedikt Ritter
05a6beba76
Sort JavaDoc tags
2016-09-11 17:17:16 +02:00
Benedikt Ritter
be21e8fc35
Sort JavaDoc tags
2016-09-11 17:10:38 +02:00
Benedikt Ritter
ae91ab56ac
Better JavaDoc formatting for fields in DateFormatUtils
2016-09-11 17:08:42 +02:00
Rob Tompkins
204ed0048f
LANG-1252: adding more isNumber Tests before full deletion of method
2016-09-11 11:02:01 -04:00
Benedikt Ritter
4ff5974c4a
Add missing @since tag to WordUtils.containsAllWords
2016-09-11 16:55:24 +02:00
Rob Tompkins
b3c31a379e
LANG-1252: replacing system call for java 1.6 to SystemUtils.IS_JAVA_1_6
2016-09-11 10:54:59 -04:00
Rob Tompkins
a266068798
LANG-1252: adding test for deprecated isNumber
2016-09-11 10:51:29 -04:00
Benedikt Ritter
ecf6de89ba
Add missing @since tags to StrSubstitutor
2016-09-11 16:07:25 +02:00
Benedikt Ritter
ab60f735c7
Fix whitespaces, add missing @since tag
2016-09-11 16:06:32 +02:00
Benedikt Ritter
d0049e1ac3
Add missing @since tags in the mutable package
2016-09-11 16:02:01 +02:00
Benedikt Ritter
d772e171d6
Sort JavaDoc tags
2016-09-11 15:55:40 +02:00
Benedikt Ritter
291eaf16bf
Add missing @since tag to new method in EventListenerSupport
2016-09-11 15:53:59 +02:00
Benedikt Ritter
a81791c093
Add missing @since tags to new annotations in the builder package
2016-09-11 15:51:50 +02:00
Benedikt Ritter
4388ded2d1
Revert "[LANG-1201] Add a TimeUnit-like classes for base 2 and base 10 digital"
...
This reverts commit a1cde6ab70
.
2016-09-11 15:47:33 +02:00
Benedikt Ritter
de125de49a
Add missing @since tags for new StringUtils methods
2016-09-11 15:33:01 +02:00
Benedikt Ritter
d4fe06de87
Add missing @sicne tag for RandomUtils.nextBoolean()
2016-09-11 15:31:26 +02:00
Benedikt Ritter
9e2bcbf520
Better JavaDoc for ObjectUtils.anyNotNull and ObjectUtils.allNotNull
2016-09-11 15:25:43 +02:00
Benedikt Ritter
0bdeb204c8
Better JavaDoc for ArrayUtils.shift variants
2016-09-11 15:22:14 +02:00
Benedikt Ritter
ff8fd9578e
Correct indent of method declaration
2016-09-11 15:14:24 +02:00
Benedikt Ritter
cf6b6d8eb1
Better JavaDoc for ArrayUtils.swap variants
2016-09-11 15:13:18 +02:00
Benedikt Ritter
5b5b374de3
Add and correct @since tag for swap and shift methods introduced in 3.5
2016-09-11 15:01:03 +02:00
Benedikt Ritter
ee6f3fa7a6
Better JavaDoc for removeAllOccurences variants
2016-09-11 14:53:32 +02:00
Benedikt Ritter
5ceb5f5721
Remove trailing whitespaces
2016-09-11 14:49:45 +02:00
Benedikt Ritter
f83e93685b
Revert "[LANG-1227] Add XMLCharacter class."
...
This reverts commit dd5a0e6e1e
.
2016-09-11 14:39:14 +02:00
Benedikt Ritter
716f140d46
Correct issue number for LANG-1120 in changes.xml
2016-09-11 14:35:35 +02:00
Benedikt Ritter
8d682a6aa3
Revert "[LANG-1201] Add a TimeUnit-like classes for base 2 and base 10 digital"
...
This reverts commit 04e52eb615
.
2016-09-11 14:28:25 +02:00
Benedikt Ritter
0b11c60434
The behavior for empty arrays is documented in the @return JavaDoc
...
tag of the method documentation.
2016-09-11 14:06:04 +02:00
Rob Tompkins
71d9e00d42
LANG-1252: Few more checkstyle warnings: whitespace, line length
2016-09-10 21:43:19 -04:00
Rob Tompkins
a2d41db55a
LANG-1252: Cleaning up checkstyle warnings: whitespace, line length
2016-09-10 21:41:33 -04:00
Rob Tompkins
0a0a35f54f
LANG-1252: updates to package-info, adding name to pom.xml
2016-09-10 21:07:42 -04:00
Rob Tompkins
c503d742f0
LANG-1252: better naming and java 6 specifics around handling a leading +
2016-09-10 21:01:08 -04:00
Benedikt Ritter
d53d0419f1
Merge branch 'voyageth:patch-1'
2016-09-07 08:47:27 +02:00
Sungju Kwon
2d61e349db
Fix ReflectionToStringBuilder toString javadoc
...
- as is
* @param outputStatics
* whether to include transient fields
- to be
* @param outputStatics
* whether to include static fields
2016-09-07 14:26:18 +09:00
pascalschumacher
c7c85ee398
LANG-1262: CompareToBuilder.append(Object, Object, Comparator) method is too big to be inlined
...
Extracted arrays processing into a separate method.
2016-08-30 21:53:54 +02:00
pascalschumacher
f30c4607a2
add changes.xml entry for LANG-1230
2016-08-21 19:18:11 +02:00
Philippe Marschall
b2c1afce7e
LANG-1230: Remove unnecessary synchronization from registry lookup in EqualsBuilder and HashCodeBuilder ( closes #143 )
2016-08-21 19:14:28 +02:00
pascalschumacher
a06c99b9c0
LANG-1224: Extend RandomStringUtils with methods that generate strings between a min and max length
...
add missing since javadoc tags
2016-08-21 15:50:31 +02:00
Caleb Cushing
ec2fa6bd56
LANG-1224: Extend RandomStringUtils with methods that generate strings between a min and max length ( closes #101 , closes #157 )
2016-08-21 14:01:04 +02:00
pascalschumacher
1169aac7a1
LANG-1214: add changes.xml entry
2016-08-21 13:18:03 +02:00
Henry Tung
fbb5d31a58
LANG-1214: Handle "void" in ClassUtils.getClass() ( closes #155 )
...
getClass() previously deferred to an array type to get the class,
but this fails for void, which lacks an array type.
Instead, map explicitly from primitive name to primitive class.
2016-08-21 13:16:11 +02:00
pascalschumacher
e05b50e1da
LANG-1250: add changes.xml entry
...
(side-effects: close #177 , close #178 )
2016-08-20 13:40:42 +02:00
Glease
e4b7ee81c1
LANG-1250: SerializationUtils::deserialize has unnecessary code and a comment for that ( closes #174 )
...
There is no real CCE possible, even the javadoc say so. Github's blame showed the code and javadoc is written by two indiviual person in two different years, so that may be the cause.
2016-08-20 13:35:55 +02:00
Benedikt Ritter
4a26a86d0c
LANG-1259: JavaDoc for ArrayUtils.isNotEmpty() is slightly misleading. Thanks to Dominik Stadler.
2016-08-19 09:49:51 +02:00