Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels