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?
Simon Xu
Ranch Hand
Joined: Aug 16, 2000
Posts: 235
posted
0
I bring it up, as it is also what I am looking for.
Kent Beck
author
Ranch Hand
Joined: Nov 07, 2003
Posts: 45
posted
0
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>
Johannes de Jong
tumbleweed
Bartender
Joined: Jan 27, 2001
Posts: 5087
posted
0
Hmm, I could do with one as well. Care to give us some more info Kent.
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
posted
0
Kent, I think I'll be seeing wet dreams about that tool I recently google'd around for such a (free) tool with no success.