draw dependency graph for a java class

感情迁移 提交于 2019-12-21 02:03:23

问题


Heyho, I'm searching for a tool like JDepend to draw a graph for a java classfile. JDepend seams to be fine, but it's not resolving the deps from the deps (maybe I'm just missing some special options?). A direct output into .dot format or an image would be nice to have. Thanks


回答1:


You can try JavaDepend, it gives many features for dependency needs.




回答2:


You might consider UMLGraphDoc. I've used it, and found it quite useful.

It will draw diagrams based on relations that it inferred automatically, or that were specified by special javadoc tags.




回答3:


Not sure what you mean by dependencies from the dependencies, and there's certainly no .dot format, but try Fractality here:

http://www.edmundkirwan.com/pub/index.html



来源:https://stackoverflow.com/questions/1797384/draw-dependency-graph-for-a-java-class

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