| [platform-compare-dev] Query on finding differences in already compared nodes. |
|
Hi All,
I'm using Differencer to do a
two-way compare on java source files. When the Differencer
returns the compared nodes with a flag indicating there is a change. How to find
the differences between those to two already compared nodes.
One way i am trying to do is get the contents into
an String[] and do a line by line comparison, but it seemed a bit primitive, can
i run the differencer again on these nodes to get the
differences.
Please comment.
Thanks,
-Vikram Naik.
|