This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 0fd6d48ea [Javadoc] Fix Failable class comment to clarify comparison
of lambda versions (#1752).
new 9defa770a Merge if statements with the same return value.
new 6b89cfc42 Use final
new 8e3d585fa Use final
new 451d4e604 Remove unnecessary parentheses.
new 08f6de4de Merge if statements with the same return value.
new 15f1834be Merge if statements with the same return value.
new 6036da7d7 Merge if statements with the same return value.
new 0392b4204 Merge if statements with the same return value.
new c1a7fb989 Merge if statements with the same return value.
new f78a858a1 Merge if statements with the same return value.
new 425412e3a Use final
new 4e4a042ca Merge if statements with the same return value.
new 4b52ff89a Use final
new 4f5af28cd Merge if statements with the same return value.
new 76d957ee5 Merge if statements with the same return value.
new 3fdc8fd43 Use ternary instead of if-else.
new f3320ba6e Javadoc
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/commons/lang3/ArrayFill.java | 4 +-
.../java/org/apache/commons/lang3/ArrayUtils.java | 48 +-
.../org/apache/commons/lang3/CachedRandomBits.java | 2 +-
.../java/org/apache/commons/lang3/LocaleUtils.java | 5 +-
.../java/org/apache/commons/lang3/Strings.java | 12 +-
.../commons/lang3/builder/CompareToBuilder.java | 605 +++++++++------------
.../commons/lang3/builder/EqualsBuilder.java | 104 +---
.../commons/lang3/builder/HashCodeBuilder.java | 7 +-
.../org/apache/commons/lang3/math/Fraction.java | 5 +-
.../commons/lang3/text/ExtendedMessageFormat.java | 5 +-
.../org/apache/commons/lang3/text/StrBuilder.java | 5 +-
.../commons/lang3/time/AbstractFormatCache.java | 5 +-
.../commons/lang3/time/DurationFormatUtils.java | 25 +-
.../apache/commons/lang3/time/FastDateParser.java | 6 +-
.../org/apache/commons/lang3/time/StopWatch.java | 2 +-
15 files changed, 315 insertions(+), 525 deletions(-)