Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?
View classes dependency graph plugin? [closed]
Asked Answered
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 –
Brambly
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
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)
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
- Free for private use
- For commercial use requires license
- Video on homepage does a good job of demoing features
For a more in-depth analysis, check out nWire.
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
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.
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.