draw dependency graph for a java class

2019-03-20 20:26发布

问题:

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