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 284be5d6a Fraction.add and subtract return the reduced form when an
operand is zero (#1787)
new 9756d0a84 Fraction.add and subtract return the reduced form when an
operand is zero (#1787).
new 725e8b73f Sort members
new 62620f371 Javadoc
The 3 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:
src/changes/changes.xml | 1 +
.../org/apache/commons/lang3/ClassUtilsTest.java | 36 ++---
.../org/apache/commons/lang3/ConversionTest.java | 90 +++++------
.../org/apache/commons/lang3/DoubleRangeTest.java | 26 ++--
.../apache/commons/lang3/event/EventUtilsTest.java | 16 +-
.../lang3/exception/ExceptionUtilsTest.java | 92 +++++------
.../apache/commons/lang3/math/FractionTest.java | 170 +++++++++++----------
.../commons/lang3/reflect/MethodUtilsTest.java | 162 ++++++++++----------
.../commons/lang3/reflect/TypeUtilsTest.java | 100 ++++++------
.../commons/lang3/text/StrSubstitutorTest.java | 48 +++---
10 files changed, 373 insertions(+), 368 deletions(-)