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

Importing/Merging dependency graph. #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For now, we can analyze a jar file, or a directory containing .class files,
to find dependencies. Once this is done, the dependency graph is fixed.

It would be useful to have a way to merge dependencies coming from another
jar file / directories. The easiest way, and probably the most powerful to
is to provide a way of merging two .depang files into a new one.

Using standard XML/Jason/... for depang files, would simplify the process.
Alternatively we can provide a way to export/import depang files to/from
XML/Jason...

This would also provide a way of loading files generated from other
programs, and to analyze projects containing multiple jars for instance.

Original issue reported on code.google.com by lep...@gmail.com on 9 Apr 2008 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by lep...@gmail.com on 9 Apr 2008 at 8:48