AZHenley / java-callgraph

Programs for producing static and dynamic (runtime) call graphs for Java programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-callgraph: Java Call Graph Utilities

This is heavily based on Georgios Gousios's project for retrieving information to build a static call graph.

This program generates the following information from a JAR:

  • A list of every method
    • A list of every method called from this method
    • A list of all methods that call this method

It outputs this in the form of a text file that is easily parsed.

License

2-clause BSD

About

Programs for producing static and dynamic (runtime) call graphs for Java programs


Languages

Language:Java 83.6%Language:Ruby 16.4%