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

Function have same method name as any method in Parent class will fail #451

Closed
kaibocai opened this issue Sep 13, 2021 · 1 comment · Fixed by #453
Closed

Function have same method name as any method in Parent class will fail #451

kaibocai opened this issue Sep 13, 2021 · 1 comment · Fixed by #453

Comments

@kaibocai
Copy link
Member

kaibocai commented Sep 13, 2021

Java Function will crash if the method name is same as any parent class method name, for instance method like equal, wait, notify in Object class.

Steps for reproduce the issue:

  1. create a sample function and change the method name to wait which will be same name as Object class wait method.
    image
    image

  2. compile and deploy the code the azure functions and start testing.
    image
    image

This issue should be resolved by this PR #447

@kaibocai
Copy link
Member Author

V4 already had the fix as this pr #453
V3 still waiting for fix.

@kaibocai kaibocai linked a pull request Jun 24, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant