You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: