[
https://issues.apache.org/jira/browse/LANG-1485?focusedWorklogId=307244&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-307244
]
ASF GitHub Bot logged work on LANG-1485:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Sep/19 15:26
Start Date: 05/Sep/19 15:26
Worklog Time Spent: 10m
Work Description: coveralls 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-528423902
[](https://coveralls.io/builds/25548920)
Coverage increased (+0.0006%) to 95.222% when pulling
**81343ac53f86234ac4ae9a7e557397a51c4a70c5 on
nicolasbd:LANG-1485_Add_getters_for_left_right_object_in_DiffBuilder** into
**5e7d64d6b2719afb1e5f4785d80d24ac5a19a782 on apache:master**.
----------------------------------------------------------------
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: 307244)
Time Spent: 20m (was: 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
> Time Spent: 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)