Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Generify builder classes:
- org.apache.commons.lang3.builder.Diffable<T>
- org.apache.commons.lang3.builder.DiffBuilder<T>
- org.apache.commons.lang3.builder.DiffResult<T>
After the introduction of LANG-1485, new APIs typed to `Object` were added. This feels like wrong and can be resolved with generics.
Attachments
Issue Links
- is related to
-
LANG-1485 DiffResult should expose its Left & Right objects with getters
- Closed
- links to