[ 
https://issues.apache.org/jira/browse/LANG-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295127#comment-15295127
 ] 

ASF GitHub Bot commented on LANG-1233:
--------------------------------------

GitHub user NickManley opened 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 9d67c28999caa4a654f607c29fb5cc363e3487c4
Author: Nick Manley <[email protected]>
Date:   2016-01-24T07:27:30Z

    Add method to DiffBuilder to allow appending from a 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)

Reply via email to