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 daa63aa59 Normalize spelling new b62fc004d Add some tests that use reflection new 01b2da35a Javadoc The 2 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: .../lang3/builder/ReflectionDiffBuilder.java | 28 ++++++- .../org/apache/commons/lang3/event/EventUtils.java | 2 + .../commons/lang3/reflect/ConstructorUtils.java | 6 ++ .../apache/commons/lang3/reflect/FieldUtils.java | 91 ++++++++++++++++++---- .../apache/commons/lang3/reflect/MemberUtils.java | 2 + .../apache/commons/lang3/reflect/MethodUtils.java | 45 +++++++---- .../org/apache/commons/lang3/AbstractLangTest.java | 1 + .../EqualsBuilderReflectJreImplementationTest.java | 22 +++++- .../HashCodeBuilderAndEqualsBuilderTest.java | 10 +++ .../lang3/builder/ReflectionDiffBuilderTest.java | 18 +++++ .../commons/lang3/builder/TestClassBuilder.java | 60 ++++++++++++++ 11 files changed, 252 insertions(+), 33 deletions(-) create mode 100644 src/test/java/org/apache/commons/lang3/builder/TestClassBuilder.java