Open lptr opened 1 year ago
The problem seems to be that ConstantUtil.fromObject()
does not handle org.objectweb.asm.tree.AnnotationNode
.
Thanks we will look into this. Mmh I thought we have implemented this. Did you try to use the current development version?
I see it with 1.1.2, is that ehat you mean by current version?
No the released version is the latest released version. I was talking about the current development state. To test this you have to build sootUp yourself and change your dependency version to 1.1.2-SNAPSHOT
To build it you can simply run: mvn install -DskipTests
Sometimes the source code frontend testcases do not work on some systems, so just skip the tests.
Hopefully you won't run in the current API changes 😅
@marcus-h is this working with your recent rework ?
Annotations that take other annotations as parameters cause an exception.
Consider this code:
The following causes the failure:
Exception:
SootUp version: 1.1.2.