-
Notifications
You must be signed in to change notification settings - Fork 5
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
Finding an instance of LCK02J in Tomcat #20
Comments
I limited the entry points only to the main method in I ran all the test cases to see which one hits the instance of LCK02J in |
We used receiver instance context with only one entry point, i.e. |
Tomcat creates several threads that listen on specific ports, and uses URLs to communicate with these threads. WALA cannot know about this call mechanism. So, we need to find some other entry points. The method |
We think that WALA fails to construct the call graph when we use a method of an abstract class as the entry point. The problem with using a method of an abstract class as an entry point is that WALA tries to make an instance of the class in its fake root. |
If you use
|
We used receiver instance context and the entry point |
No description provided.
The text was updated successfully, but these errors were encountered: