This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.
from 8320a19 Bump checkstyle from 8.43 to 8.44.
new 9060099 Sort members.
new b7f13b9 Format.
new a6df7f7 Add and use ArrayUtils.setAll(T[], IntFunction).
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 | 2 +
.../java/org/apache/commons/lang3/ArrayUtils.java | 239 +++++++++++----------
.../java/org/apache/commons/lang3/CharUtils.java | 6 +-
.../apache/commons/lang3/ArrayUtilsSetTest.java | 61 ++++++
.../lang3/reflect/ConstructorUtilsTest.java | 2 +-
5 files changed, 192 insertions(+), 118 deletions(-)
create mode 100644
src/test/java/org/apache/commons/lang3/ArrayUtilsSetTest.java