View classes dependency graph plugin?

36,874

Solution 1

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)

Solution 2

stan4j:

  • Free for private use
  • For commercial use requires license
  • Video on homepage does a good job of demoing features

Solution 3

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

Solution 4

I find ispace => http://ispace.stribor.de/ ideal for showing circular dependencies etc. Tip: do a project clean after every major refactor to get it to update the graphs.

Share:
36,874
cometta
Author by

cometta

Updated on May 13, 2020

Comments

  • cometta
    cometta about 4 years

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

  • cometta
    cometta almost 15 years
    CDA can only analyse same packages .classes? cant analyse different packages .classes/java files?
  • VonC
    VonC almost 15 years
    CDA can analyze any package you want.
  • nafg
    nafg over 10 years
    It says: The site is broken. Please go to web.archive.org for the snapshot: web.archive.org/web/20111203070026/http://ispace.stribor.de/‌​…
  • mrswadge
    mrswadge over 8 years
    It won't install for me on Eclipse Mars.1 :(
  • VonC
    VonC over 8 years
    @mrswadge that is too bad, although more than 6 years later, that can happen.
  • Poutrathor
    Poutrathor over 5 years
    Site is down in 2019. marketplace.eclipse.org/content/… is this the correct tool ?