draw dependency graph for a java class

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

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

    enter image description here

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题