Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 703
mj. Avatar asked Nov 25 '09 14:11

mj.


1 Answers

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

enter image description here

like image 83
James from CppDepend Team Avatar answered Sep 30 '22 17:09

James from CppDepend Team