Skip to content
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

<clinit> should appear in every call graph #1

Open
dkarv opened this issue Nov 11, 2017 · 0 comments
Open

<clinit> should appear in every call graph #1

dkarv opened this issue Nov 11, 2017 · 0 comments
Assignees
Milestone

Comments

@dkarv
Copy link
Owner

dkarv commented Nov 11, 2017

Assume this situation: Multiple tests are executed for the same class. But now the static initializer clinit will only appear in the callgraph of the first test. Once the method is initialized it is not called a second time.
We should remember all clinit calls and apply them to each entry the first time a class is used.

@dkarv dkarv self-assigned this Nov 11, 2017
@dkarv dkarv added this to the v0.3 milestone Nov 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant