-
Notifications
You must be signed in to change notification settings - Fork 181
Failed to construct the call graph with Tai-e #148
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
Comments
The input Java program does not contain a
Regarding the call graph, it currently only shows methods and edges from Java standard libraries. This is likely due to the PTA option Helpful links: |
Thanks for your prompt response! I will try. For the second question, if I enable the reflection inference in |
No. Just switch on related testcase: |
Thanks for the kind help! |
Uh oh!
There was an error while loading. Please reload this page.
📝 Overall Description
Hello, thanks for this awesome tool.
I am using tai-e-all-0.5.1.jar to build the call graph for tomcat-catalina-8.5.65.jar (https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-catalina/8.5.65/). However, the call graph result only contains methods and edges from Java standard libraries, and there is no methods and edges from the tomcat-catalina-8.5.65.jar (even no
catalina
keyword). I also use Soot and Soot can generate the expected call graph.My options:
Command:
BTW, I also want to ask whether and how I can generate the call graph with reflection-related edges with the pta analysis (reflection-reference: solar)?
Thank you very much!
🎯 Expected Behavior
Generate the expected call graph for the target jar file.
🐛 Current Behavior
No methods from the jar file appear in the final call graph results.
🔄 Reproducible Example
No response
⚙️ Tai-e Arguments
🔍 Click here to see Tai-e Options
🔍 Click here to see Tai-e Analysis Plan
📜 Tai-e Log
🔍 Click here to see Tai-e Log
ℹ️ Additional Information
No response
The text was updated successfully, but these errors were encountered: