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 21:47:23 UTC

[8/8] [lang] Merge branch 'LANG-1031-cleanup'

Merge branch 'LANG-1031-cleanup'

Some cleanups following the integration of LANG-1031 (PR #77 from github)


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

Branch: refs/heads/master
Commit: d2b1e522bffbfd983ea0061f1d5408fc98ebd8a5
Parents: 60b3295 cae70c1
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon May 4 21:46:12 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon May 4 21:46:12 2015 +0200

----------------------------------------------------------------------
 .../commons/lang3/builder/EqualsBuilder.java    | 11 +++++++
 .../commons/lang3/builder/EqualsExclude.java    |  8 +++--
 .../commons/lang3/builder/HashCodeBuilder.java  | 15 +++++++++
 .../commons/lang3/builder/HashCodeExclude.java  |  8 +++--
 .../builder/ReflectionToStringBuilder.java      | 14 +++++++++
 .../commons/lang3/builder/ToStringExclude.java  |  7 +++--
 ...oStringBuilderExcludeWithAnnotationTest.java | 32 +++++++++-----------
 7 files changed, 68 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/d2b1e522/src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java
----------------------------------------------------------------------