-
Notifications
You must be signed in to change notification settings - Fork 7
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
Duplicate entry points #177
Comments
My guess is that the entry point class we are using in WALA doesn't or improperly overrides the |
First step should be to reproduce the problem by making a JUnit test case using a entry_points.txt file that has lines consisting of the same method signature. |
In the results.csv file, you'll see the entry point count. |
I cannot reproduce it. My test case is:
My file content is:
, but I only got 1 entry points in the result.csv. I guess the hashset already made the distinct entry points. This is not a bug. I suggest to close it. |
I am still seeing it. To reproduce, annotate a method with |
From the logs, it looks like our tool has no problem using duplicate entry points, i.e., entry points represented by the same method. This can throw off our entry point count in the situation where we use both implicit and explicit entry points, or if duplicate entry points exist in the file (related to #172).
The text was updated successfully, but these errors were encountered: