java-diff-utils icon indicating copy to clipboard operation
java-diff-utils copied to clipboard

Rather than using equals from the elements of each List support a function.

Open GoogleCodeExporter opened this issue 9 years ago • 2 comments

This would be useful because sometimes one wishes to replace the baked in 
equals that might be part of each element. This sort of thing makes it easy to 
support functionality like 
- ignoring case
- ignoring / normalizing whitespace
- exactness
all by simply changing the Equalizer.

Original issue reported on code.google.com by [email protected] on 29 Mar 2011 at 5:36

GoogleCodeExporter avatar Feb 28 '16 10:02 GoogleCodeExporter

Sorry i was referring to the MyerDiff and its sub package.

Original comment by [email protected] on 29 Mar 2011 at 5:41

GoogleCodeExporter avatar Feb 28 '16 10:02 GoogleCodeExporter

Thanks miroslav.

I really like this idea and will try to implement it in near future.

Original comment by [email protected] on 29 Mar 2011 at 5:08

GoogleCodeExporter avatar Feb 28 '16 10:02 GoogleCodeExporter