Skip to content

Verify that we call the ClassVisistor methods in the proper sequence #142

Open
@kindlich

Description

@kindlich

The asm Classvisitor expects its methods to be called in this order (from their JavaDoc):

A visitor to visit a Java class. The methods of this class must be called in the following order: 
visit 
[ visitSource ] 
[ visitModule ]
[ visitNestHost ]
[ visitOuterClass ] 
( visitAnnotation | visitTypeAnnotation | visitAttribute )*
( visitNestMember | [ * visitPermittedSubclass ] | visitInnerClass | visitRecordComponent | visitField | visitMethod )* 
visitEnd

Metadata

Metadata

Assignees

No one assigned

    Labels

    bytecodeAll issues that relate to the generation of Java BytecodetestsIssues that are about creating/fixing test cases or the test runner

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions