[
https://issues.apache.org/jira/browse/LANG-1233?focusedWorklogId=495797&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495797
]
ASF GitHub Bot logged work on LANG-1233:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Oct/20 09:01
Start Date: 06/Oct/20 09:01
Worklog Time Spent: 10m
Work Description: pfried commented on pull request #151:
URL: https://github.com/apache/commons-lang/pull/151#issuecomment-704132907
> 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.
Actually imho this is not true since the Diffbuilder has a Type `<T>` the
appendable `DiffResult` is also `DiffResult<T>`. If you have a `class Person`
and a `class Address` this statement is therefore not true? Or am I missing
something and you can give me an example on how to do this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 495797)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Assignee: Pascal Schumacher
> Priority: Major
> Fix For: 3.5
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Pull request with the feature:
> [https://github.com/apache/commons-lang/pull/122]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)