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 mis
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.