views:

1692

answers:

3

is there any plugins i can use for eclipse that will show graphical view of classes dependencies ?

+1  A: 

Classycle can be a good start (for static dependencies between classes at least)

(I find their graph a bit complicated to follow though : CDA - Class Dependency Analyzer is an external tool, but produce much more readable dependency graphs)

VonC
CDA can only analyse same packages .classes? cant analyse different packages .classes/java files?
cometta
CDA can analyze any package you want.
VonC
ya. class diagram solved. how about sequence diagram...etc. ?
cometta
+2  A: 

For a more in-depth analysis, check out nWire.

zvikico
I sure like your product (+1) but haven't fully evaluated it yet for my work (since it is not freeware)
VonC
+1  A: 

nWire is commercial, there is a 30 day trial

http://www.nwiresoftware.com/
Andreas_D