We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
create a sample function and change the method name to wait which will be same name as Object class wait method.
compile and deploy the code the azure functions and start testing.
This issue should be resolved by this PR #447
The text was updated successfully, but these errors were encountered:
V4 already had the fix as this pr #453 V3 still waiting for fix.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
create a sample function and change the method name to wait which will be same name as Object class wait method.


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


This issue should be resolved by this PR #447
The text was updated successfully, but these errors were encountered: