View classes dependency graph plugin? [closed]
Asked Answered
B

4

38

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

Brambly answered 17/6, 2009 at 6:59 Comment(2)
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 anotherBrambly
Not an eclipse plugin, but if external tools are interesting as well you might want to watch degraph github.com/schauder/degraph (disclaimer I am the author)Krasnoyarsk
J
13

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)

Jugendstil answered 17/6, 2009 at 7:29 Comment(5)
CDA can only analyse same packages .classes? cant analyse different packages .classes/java files?Brambly
CDA can analyze any package you want.Jugendstil
ya. class diagram solved. how about sequence diagram...etc. ?Brambly
It won't install for me on Eclipse Mars.1 :(Catnip
@Catnip that is too bad, although more than 6 years later, that can happen.Jugendstil
L
8

stan4j:

  • Free for private use
  • For commercial use requires license
  • Video on homepage does a good job of demoing features
Lapham answered 15/12, 2011 at 18:35 Comment(0)
Y
5

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

Yasminyasmine answered 17/6, 2009 at 10:35 Comment(2)
I sure like your product (+1) but haven't fully evaluated it yet for my work (since it is not freeware)Jugendstil
Site is down in 2019. marketplace.eclipse.org/content/… is this the correct tool ?Spandau
G
2

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.

Goaltender answered 28/10, 2012 at 14:13 Comment(1)
It says: The site is broken. Please go to web.archive.org for the snapshot: web.archive.org/web/20111203070026/http://ispace.stribor.de/…Ellison

© 2022 - 2024 — McMap. All rights reserved.