tisble

Results 6 issues of tisble

**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...

Hi, I found a case that can help improving Wala. Please see the minimized code example below: ```java public class Example1 { public static void main(String[] args) { foo(new C1(),...

When I tried to add an entrypoint to the call graph, Wala failed and threw a runtime exception. The input file is available via a maven [link](https://mvnrepository.com/artifact/androidx.appcompat/appcompat/1.6.0), which is a...

Hi, I used SootUp to analyze the following code example from my project and found a bug abou handling lambda invocation: ```java package org.me; public class Test { public void...

call graph

Hi, I found a bug about the go to definition and go to declaration. Please see the code example below: ```c #include struct str { int v; }; int main()...

bug

### What happened? I used SootUp to analyze a jar library Lucene [Link](https://mvnrepository.com/artifact/org.apache.lucene/lucene-core/8.11.1) and it crashed when constructed call graph. After an initial investigation, I found the crash is caused...

bug
call graph