g

gnudiff

A translation of the GNU Diff algorithm to a Java class. The Diff class computes the differences between two Object arrays as a list of changes. This is very general purpose. Any of the options to GNU diff can be efficiently implemented as variations on how Object.equals() is implemented and how the change list is printed.
http://www.bmsi.com/java/#diff
GNU GENERAL PUBLIC LICENSE
Stuart Gathman
Aggregated version Version Update time
1.7 1.7 Feb 01, 2011
1 Records