简体   繁体   中英

draw dependency graph for a java class

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

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

在此处输入图片说明

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM