Skip to content

Bug in AsmUtil #626

@cgobel

Description

@cgobel

According to the API documentation https://asm.ow2.io/javadoc/org/objectweb/asm/tree/AnnotationNode.html#values an annotation value can also be an AnnotationNode object. But createAnnotationUsage(List) from AsmUtil in sootup.java.bytecode.frontend only considers a list of AnnotationNodes as a possible annotation value, but no single AnnotationNode objects.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions