You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/04 20:56:29 UTC

[4/4] [lang] Merge branch 'LANG-1031'

Merge branch 'LANG-1031'

LANG-1031: Add annotations to exclude fields from ReflectionEqualsBuilder,
ReflectionToStringBuilder and ReflectionHashCodeBuilder. Thanks to
Felipe Adorno. This closes #29, #77.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8548b12d
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8548b12d
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8548b12d

Branch: refs/heads/master
Commit: 8548b12d8f697667593ab78a3ecf3628c21db7f8
Parents: 8e7ea70 ceca92e
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon May 4 20:52:04 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon May 4 20:52:04 2015 +0200

----------------------------------------------------------------------
 pom.xml                                         |  3 +
 src/changes/changes.xml                         |  1 +
 .../commons/lang3/builder/EqualsBuilder.java    |  3 +-
 .../commons/lang3/builder/EqualsExclude.java    | 32 ++++++++++
 .../commons/lang3/builder/HashCodeBuilder.java  |  3 +-
 .../commons/lang3/builder/HashCodeExclude.java  | 32 ++++++++++
 .../builder/ReflectionToStringBuilder.java      |  3 +
 .../commons/lang3/builder/ToStringExclude.java  | 32 ++++++++++
 .../lang3/builder/EqualsBuilderTest.java        | 32 ++++++++++
 .../lang3/builder/HashCodeBuilderTest.java      | 47 +++++++++++++++
 ...oStringBuilderExcludeWithAnnotationTest.java | 62 ++++++++++++++++++++
 11 files changed, 248 insertions(+), 2 deletions(-)
----------------------------------------------------------------------