[
https://issues.apache.org/jira/browse/LANG-1485?focusedWorklogId=308051&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-308051
]
ASF GitHub Bot logged work on LANG-1485:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Sep/19 17:54
Start Date: 06/Sep/19 17:54
Worklog Time Spent: 10m
Work Description: XenoAmess commented on issue #451: LANG-1485 : Add
getters for lhs and rhs objects in DiffResult
URL: https://github.com/apache/commons-lang/pull/451#issuecomment-528952378
Just wondered...
Should we make DiffResult extends Pair as well?
----------------------------------------------------------------
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: 308051)
Time Spent: 3h 20m (was: 3h 10m)
> DiffResult should expose its Left & Right objects with getters
> --------------------------------------------------------------
>
> Key: LANG-1485
> URL: https://issues.apache.org/jira/browse/LANG-1485
> Project: Commons Lang
> Issue Type: Wish
> Components: lang.builder.*
> Affects Versions: 3.9
> Reporter: Nicolas BARTHE-DEJEAN
> Priority: Trivial
> Fix For: 3.10
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> Using a `DiffResult` object outside of any `Diffable` interface, I should be
> able to access the two objects of the diff.
> Currently, this is impossible since the two fields `Object lhs` and `Object
> rhs` are private and the class doesn't provide any getter to return them.
>
> PR on Github : https://github.com/apache/commons-lang/pull/451
--
This message was sent by Atlassian Jira
(v8.3.2#803003)