michaelphop

Results 3 issues of michaelphop

```java --version``` ``` openjdk 20.0.1 2023-04-18 OpenJDK Runtime Environment (build 20.0.1+9-29) OpenJDK 64-Bit Server VM (build 20.0.1+9-29, mixed mode, sharing) ``` The command used to start the server: ``` ['-DCLIENT_PORT=12345',...

need info

I have the following jimple code created by soot: ```java $r4 = dynamicinvoke "apply" () (methodtype: java.lang.Object __METHODTYPE__(java.lang.Object), methodhandle: "REF_INVOKE_STATIC" , methodtype: org.springframework.boot.BootstrapRegistryInitializer __METHODTYPE__(org.springframework.boot.Bootstrapper)); ``` When converting it to class...