Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?
Asked
Active
Viewed 3.8k times
38
-
10use 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 – cometta Jun 17 '09 at 07:08
-
Not an eclipse plugin, but if external tools are interesting as well you might want to watch degraph https://github.com/schauder/degraph (disclaimer I am the author) – Jens Schauder Feb 03 '13 at 14:40
4 Answers
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)
-
CDA can only analyse same packages .classes? cant analyse different packages .classes/java files? – cometta Jun 17 '09 at 08:27
-
-
-
-
@mrswadge that is too bad, although more than 6 years later, that can happen. – VonC Mar 01 '16 at 11:28
5
-
I sure like your product (+1) but haven't fully evaluated it yet for my work (since it is not freeware) – VonC Jun 17 '09 at 16:23
-
Site is down in 2019. https://marketplace.eclipse.org/content/nwire-java-code-exploration-visualization is this the correct tool ? – Poutrathor Jan 23 '19 at 09:50
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.

satyagraha
- 623
- 7
- 11
-
It says: The site is broken. Please go to web.archive.org for the snapshot: http://web.archive.org/web/20111203070026/http://ispace.stribor.de/index.php – nafg Dec 27 '13 at 01:13