draw dependency graph for a java class

前端 未结 3 2251
孤城傲影
孤城傲影 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:57

    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

提交回复
热议问题