Difference betwen two object arrays
Problem Statement: We have two different sets of objects. We would like to find the objects which are different in given two sets.
Solution: Use Java-Diff from http://www.incava.org/ . I am suspecting issues with its accuracy. Make sure that comparators are working for objects.
-o-



