[ 
https://issues.apache.org/jira/browse/LANG-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas BARTHE-DEJEAN updated LANG-1485:
----------------------------------------
    External issue URL: https://github.com/apache/commons-lang/pull/451
           Description: 
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

  was:
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.

 


> 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: 10m
>  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)

Reply via email to