wala / graph4code

GraphGen4Code: a toolkit for creating code knowledge graphs based on WALA code analysis and extraction of documentation and forum content.
https://wala.github.io/graph4code/
Eclipse Public License 2.0
231 stars 33 forks source link

How to build a java-based code graph? #25

Closed hwgobs closed 1 month ago

hwgobs commented 2 months ago

Can graph4code only build Python-based code graphs? How to build a Java-based graph.

ksrinivs64 commented 1 month ago

Hi, if you head over to the project https://github.com/wala/WALA, you can get call graphs, control flow graphs, data flow graphs etc for Java.