Reputation: 81
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
Upvotes: 7
Views: 5972
Reputation: 799
You can try JavaDepend, it gives many features for dependency needs.
Upvotes: 3
Reputation: 11
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
Upvotes: 1
Reputation: 83609
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.
Upvotes: 2