Details
-
Wish
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.9
-
None
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
Attachments
Issue Links
- relates to
-
LANG-1486 Generify builder classes Diffable, DiffBuilder, and DiffResult
- Closed
- links to