Skip to content

missing method invocation  #142

@Hareem-E-Sahar

Description

@Hareem-E-Sahar

Why does javalang not recognise getPayload as a method invocation?

public class Test {
	public void onApplicationEvent(ApplicationEvent event) {
		String payload = (String) ((Message)source).getPayload();
		
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions