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
Describe the bug
Hi, I found a code example which can help improving Soot. See the minimized code example below.
The inconsistency is the call graph edge from A.foo() to B.foo(). When the method A.bar() is commented out, this edge is not reported, however, when this method is uncommented, this edge will appear in the results.
Actually, the method A.bar() definitely should not affect this call edge. So, I think this is an inconsistency bug. Input file
Describe the bug
Hi, I found a code example which can help improving Soot. See the minimized code example below.
The inconsistency is the call graph edge from
A.foo()
toB.foo()
. When the methodA.bar()
is commented out, this edge is not reported, however, when this method is uncommented, this edge will appear in the results.Actually, the method
A.bar()
definitely should not affect this call edge. So, I think this is an inconsistency bug.Input file
To reproduce
I use the following code to setup and generate the call graph via RTA algorithm:
My Soot version is 4.5.0.
The text was updated successfully, but these errors were encountered: