Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing method invocation #142

Open
Hareem-E-Sahar opened this issue Dec 10, 2023 · 0 comments
Open

missing method invocation #142

Hareem-E-Sahar opened this issue Dec 10, 2023 · 0 comments

Comments

@Hareem-E-Sahar
Copy link

Hareem-E-Sahar commented Dec 10, 2023

Why does javalang not recognise getPayload as a method invocation?

public class Test {
	public void onApplicationEvent(ApplicationEvent event) {
		String payload = (String) ((Message)source).getPayload();
		
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant