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 e505c0866 Bump maven-pmd-plugin from 3.17.0 to 3.18.0
     new dafea7572 PMD: Remove useless parens
     new 7cb81aa26 PMD: Remove extra parens
     new dec5675c2 Remove obsolete comment
     new ad849fa8a Remove obsolete comment
     new 7d8701ebf Sort members
     new ce40e5bdf Sort members
     new 49ef6b530 PMD: Implement equals()
     new 9b0e54e09 PMD: Implement equals()
     new b6739ab92 PMD: Avoid using a branching statement as the last in a loop.
     new 161c08bac Enable PMD check with 2 exclusions (for now)

The 10 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:
 pom.xml                                            |   3 +-
 src/changes/changes.xml                            |   1 +
 .gitattributes => src/conf/exclude-pmd.properties  |  15 +-
 .../java/org/apache/commons/lang3/ArrayUtils.java  |   4 +-
 .../java/org/apache/commons/lang3/StringUtils.java |   8 +-
 .../commons/lang3/builder/HashCodeBuilder.java     |  94 ++--
 .../lang3/builder/StandardToStringStyle.java       |  80 +--
 .../commons/lang3/exception/ExceptionUtils.java    |   4 +-
 .../apache/commons/lang3/reflect/MethodUtils.java  |   2 +-
 .../apache/commons/lang3/reflect/TypeUtils.java    |   6 +-
 .../org/apache/commons/lang3/text/StrBuilder.java  |  94 +---
 .../commons/lang3/builder/HashCodeBuilderTest.java | 585 +++++++++++----------
 12 files changed, 436 insertions(+), 460 deletions(-)
 copy .gitattributes => src/conf/exclude-pmd.properties (63%)

Reply via email to