Is there any sort of plugin that can go through an entire project and trace the class dependencies? IE Class1 depends on Class2 and Class3, Class3 depends on java.util.Something, etc. etc. Or does this exist as a general java tool?
Klaus Wuestefeld and I wrote a graphical dependency browser called Bela Vista just before OOPSLA. We are polishing it up for general audiences. We could polish faster if we had a source of development funds :-)/2 Kent
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0596007434/ref=jranch-20" target="_blank" rel="nofollow">JUnit Pocket Guide</a>