Markus Schmidt

Results 49 comments of Markus Schmidt

There is still work to do in the associated PR. I would be happy if it finds it way into the next release.

Hi, there seems to be a bug with the Annotation conversion. Please use the debugger to look into `ConstantUtil.fromObject(...)` to find out which type of Object can not be handled...

@Gao-Chuan s latestpost should be fixed, but the first one is not If Im not mistaken

it seems the released jar contains the antlr4-maven-plugin in version 4.7.2 which itself uses the antlr4-runtime 4.5 - which then gets somehow used.. i guess because multiple uses of different...

I dont know - now I get "The POM for com.googlecode.d2j:dex-tools:jar:2.2-SNAPSHOT is missing, no dependency information available" before it even compiles.

the *missing dependency error* occurs when SootUp is added as a dependency (does not occur if SootUp is installed into the maven repo). I will report back when my code...

didn't found the time to chekc it

the first jimple snippet introduces just another `Local` l9 where the second snippet reused the (not anywhere later used) `Local` l8 - please share/have a look into each compiled bytecode...

@JonasKlauke is this addressed by your recent PR?

refactor internal API - [ ] parse input from a InputStreamReader instead of File? - [ ] enabling different ways of getting the data (not just from File) like from...