zetanove / dependency-analyser

Automatically exported from code.google.com/p/dependency-analyser
0 stars 0 forks source link

Analyse dependencies between types #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to split a large project up into two projects. This is not trivial 
because there is no clear dependency tree for the files within the project. If 
dependency-analyser allowed working on one project at the file level it would 
be obvious which files could be split out to a second project.

Original issue reported on code.google.com by felixant...@gmail.com on 6 Dec 2012 at 9:43

GoogleCodeExporter commented 9 years ago
@felixcollins: by 'file level' do you actually mean type (class/struct) level?

This is possible, but might take some effort. Is it something you'd be 
interested in helping out with?

Thanks for your interest in the project.

Original comment by drewnoakes on 6 Dec 2012 at 9:47