Java 查看类依赖图插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1005479/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
View classes dependency graph plugin?
提问by cometta
Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?
有没有我可以用于 Eclipse 的插件来显示类依赖关系的图形视图?
采纳答案by VonC
Classyclecan be a good start (for static dependencies between classes at least)
Classycle可以是一个好的开始(至少对于类之间的静态依赖项)
(I find their graph a bit complicated to follow though : CDA - Class Dependency Analyzeris an external tool, but produce much more readable dependency graphs)
(我发现他们的图有点难以理解:CDA - 类依赖分析器是一个外部工具,但产生了更易读的依赖图)
回答by andrewrk
回答by satyagraha
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.
我发现 ispace => http://ispace.stribor.de/非常适合显示循环依赖等。 提示:在每次重大重构后都做一个项目清理,以使其更新图表。