javaeclipseeclipse-plugineclipse-rcpeclipse-3.4

View classes dependency graph plugin?


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


Solution

  • 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)