Skip to content

[FEATURE]Distinguish overloaded methods in get_method_by_name and rename_method #89

@eam2539

Description

@eam2539

Feature Description

Improve get_method_by_name and rename_method to support distinguishing and handling overloaded methods in the same class, by allowing precise identification based on method signature/descriptor.

Use Case

When a class contains multiple overloaded methods with the same name but different parameters, it is currently not possible to query or rename a specific overload. This feature would help users precisely query or refactor the intended method when multiple overloads exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions