google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

Compare different .dpang graphs #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Given two .dpang graphs, describe their similarities.

This will support historical comparisons of an evolving code base.  Given a
use like compare(old, new), we want to know:
- Nodes in common
- Nodes only in old
- Nodes only in new

?? What about relations?  Especially added relations?

As a first pass, the graphs may be compared using a hierarchy based on a
relation set (Containers?).  In such a comparison reposrt, we want to see
the changes at each level of the tree.

Original issue reported on code.google.com by le...@google.com on 12 Sep 2008 at 8:19