Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Some method declarations are not converted #136

Closed
@dennwc

Description

@dennwc

The following code is not converted to the UAST correctly.

public class ConditionalStatement {
   public void onRequest(int code, String permissions[] ) {
        System.out.println(mess,code);
    }
}

Schema verification finds an unconverted MethodDeclaration in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions