-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I generate call graph from source code file(.java) #31
Comments
I have the same question @gousiosg Is it possible? |
@masud-technope and @shiyy123 were you able to make a call graph without .jar files? |
JavaParser is used for generate AST for java. |
The answer to the original question is no. |
pombredanne
pushed a commit
to pombredanne/java-callgraph
that referenced
this issue
May 29, 2024
* Added updated patch file w/ Naive List gen * Added mph-table-naive for vanilla implementation w/ increase in list size * Updated generateStats with List Naive * Patch/yaml changes for naive list * Cleanup unused patch file * Updated generateResults to use naive list
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have several java source code files and they may not be compiled to jar files because of the absent of dependency jar file. I can analyze the AST of it. I wonder if I can analyze the call graph with this tool?
The text was updated successfully, but these errors were encountered: