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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 22:09:52  来源:igfitidea点击:

View classes dependency graph plugin?

javaeclipseeclipse-plugineclipse-rcpeclipse-3.4

提问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 zvikico

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

如需更深入的分析,请查看nWire

回答by andrewrk

stan4j:

斯坦4j

  • Free for private use
  • For commercial use requires license
  • Video on homepage does a good job of demoing features
  • 免费供私人使用
  • 用于商业用途需要许可证
  • 主页上的视频在演示功能方面做得很好

回答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/非常适合显示循环依赖等。 提示:在每次重大重构后都做一个项目清理,以使其更新图表。