vote up 2 vote down star
3

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

flag

57% accept rate
Are you using Maven? – victor hugo Jun 17 at 7:04
1  
use or not use maven is not relating to generating dependency graph using eclipse. i just wanna show view of how each java files related to another – cometta Jun 17 at 7:08

2 Answers

vote up 1 vote down check

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)

link|flag
CDA can only analyse same packages .classes? cant analyse different packages .classes/java files? – cometta Jun 17 at 8:27
CDA can analyze any package you want. – VonC Jun 17 at 8:49
ya. class diagram solved. how about sequence diagram...etc. ? – cometta Jun 17 at 9:32
vote up 1 vote down

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

link|flag
I sure like your product (+1) but haven't fully evaluated it yet for my work (since it is not freeware) – VonC Jun 17 at 16:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.