intelligen / java-diff-utils

Automatically exported from code.google.com/p/java-diff-utils
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 miroslav...@gmail.com on 29 Mar 2011 at 5:36

GoogleCodeExporter commented 9 years ago
Sorry i was referring to the MyerDiff and its sub package.

Original comment by miroslav...@gmail.com on 29 Mar 2011 at 5:41

GoogleCodeExporter commented 9 years ago
Thanks miroslav.

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

Original comment by dm.naume...@gmail.com on 29 Mar 2011 at 5:08