[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Structural compare where order is important
|
That's what I started to do now. Is this being considered as a future
enhancement?
I'm also trying to derive from Differencer and just change the traverse
method, but that is private as well as some of the methods that it calls,
thus I'm copying huge chunks of code.
Thanks,
Ernest
"Andre Weinand" <Andre_Weinand@xxxxxxx> wrote in message
news:BA265FE4.16365%Andre_Weinand@xxxxxxxxxx
> On 13.12.2002 1:14 Uhr, in article atb8ea$385$1@xxxxxxxxxxxxx, "Ernest
Mah"
> <ernest@xxxxxxxxxx> wrote:
>
> > Is there any way to perform a structural compare with the compare
framework
> > where the order of children should be considered in the differencing?
> >
> > Any examples of how to provide your own differencer into the structured
> > compare side of the framework?
>
> Sorry, but you will have to write your own compare viewer similar to the
> StructureDiffViewer. Currently the compare framework doesn't provide an
> extension point where you can plug in your own differencer.
>
> --andre
>