draw dependency graph for a java class

前端 未结 3 2245
孤城傲影
孤城傲影 2021-02-09 19:05

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

3条回答
  •  囚心锁ツ
    2021-02-09 19:47

    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.

提交回复
热议问题