From: SourceForge.net <no...@so...> - 2007-08-10 04:06:27
|
Bugs item #1771400, was opened at 2007-08-09 21:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377768&aid=1771400&group_id=23187 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: IgnoreValuesDifferenceListener Initial Comment: I created a custom IgnoreValueDifferenceListener and overrided the same in Diff Class e.g. diff.overrideDifferenceListener(new IgnoreSomeValuesDifferenceListener()); But there is a bug in overriden DetailedDiff's int differenceFound() method. In this method the call for allDifferences.add(difference) should be made in case RETURN_ACCEPT_DIFFERENCE:. As of now it adds all the differences to the list and does not cares for the differnces which need to be ignored. Please look into the DetailedDiff's overriden differenceFound method, I guess it needs to be modified. Thanks! Tarun Arora Email: ta...@sa... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377768&aid=1771400&group_id=23187 |