Show Diff of two trees in Eclipse
Posted
by ericbodden
on Stack Overflow
See other posts from Stack Overflow
or by ericbodden
Published on 2010-03-23T13:34:07Z
Indexed on
2010/03/23
13:43 UTC
Read the original article
Hit count: 337
In Eclipse, I am using a TreeViewer to show a custom tree, whose contents are drawn from an ITreeContentProvider. Now I am trying to create a second view that allows me to automatically show a two-way comparisons of two such trees. I found various views for textual comparison within Eclipse, but I could not find an easy way to show the structural differences between two arbitrary trees. Any thoughts?
© Stack Overflow or respective owner