Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View classes dependency graph plugin? [closed]

Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?

like image 703
cometta Avatar asked Jun 17 '09 06:06

cometta


3 Answers

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)

like image 169
VonC Avatar answered Sep 22 '22 13:09

VonC


stan4j:

  • Free for private use
  • For commercial use requires license
  • Video on homepage does a good job of demoing features
like image 20
andrewrk Avatar answered Sep 18 '22 13:09

andrewrk


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

like image 41
zvikico Avatar answered Sep 22 '22 13:09

zvikico