Static analysis of Java call graph

前端 未结 6 1567
無奈伤痛
無奈伤痛 2020-12-02 17:33

What I\'d like to do is scan a set of Java classes, and trace all method calls from a specific method of an Abstract Class, and within that context, build a list of all code

6条回答
  •  有刺的猬
    2020-12-02 17:50

    You can use the java-callgraph tool suite to create accurate enough static and dynamic callgraphs for Java.

提交回复
热议问题