View classes dependency graph plugin? [closed]

南笙酒味 提交于 2019-11-27 12:19:53
VonC

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)

stan4j:

  • 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 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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!