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.
Feature Description
Improve
get_method_by_nameandrename_methodto 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.