[
https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295637#comment-15295637
]
ASF GitHub Bot commented on LANG-1233:
--------------------------------------
GitHub user NickManley reopened a pull request:
https://github.com/apache/commons-lang/pull/151
LANG-1233: DiffBuilder add method to allow appending from a DiffResult
Suppose one has a Diffable object where one of the properties is also
diffable. For example, given a Person object with an address property, it might
be useful to be able to perform a diff on the Person and identify specific
differences within the address. You might want the diff result of a Person to
show that "address.city" is different rather than just the entire address. This
feature allows for that.
Creating a new pull request after the original was closed by mistake.
JIRA: https://issues.apache.org/jira/browse/LANG-1233
Previous Pull Request: https://github.com/apache/commons-lang/pull/122
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NickManley/commons-lang appendDiffs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/151.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #151
----
commit c15963f7266a30a49bb18d8a9a64980c92f6f8b7
Author: Nick Manley <[email protected]>
Date: 2016-05-22T17:21:58Z
Update javadoc for DiffBuilder#append(String, DiffResult)
----
> DiffBuilder add method to allow appending from a DiffResult
> -----------------------------------------------------------
>
> Key: LANG-1233
> URL: https://issues.apache.org/jira/browse/LANG-1233
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.builder.*
> Reporter: Pascal Schumacher
>
> Pull request with the feature:
> [https://github.com/apache/commons-lang/pull/122]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)