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 9e3964109 Better test method names new 90666da62 Generics new 49e084aa3 Better local var name new adffa8646 Javadoc new 2e3feda04 Throw IllegalArgumentException instead of InternalError in the builder package The 4 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 + .../commons/lang3/builder/CompareToBuilder.java | 784 ++++++++++----------- .../commons/lang3/builder/EqualsBuilder.java | 70 +- .../commons/lang3/builder/HashCodeBuilder.java | 12 +- .../{ToStringSummary.java => Reflection.java} | 38 +- .../lang3/builder/ReflectionDiffBuilder.java | 15 +- .../lang3/builder/ReflectionToStringBuilder.java | 14 +- 7 files changed, 457 insertions(+), 477 deletions(-) copy src/main/java/org/apache/commons/lang3/builder/{ToStringSummary.java => Reflection.java} (54%)