Skip to content

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

Closed
@kaibocai

Description

@kaibocai

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions