Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答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)
回答2:
stan4j:
- Free for private use
- For commercial use requires license
- Video on homepage does a good job of demoing features
回答3:
For a more in-depth analysis, check out nWire.
回答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.