Skip to content
New issue

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

Explicit method descriptor matching does not work properly for overloaded methods #509

Closed
jbachorik opened this issue Dec 19, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@jbachorik
Copy link
Collaborator

When using @OnMethod(clazz = "my.class", method = "my_method", type = "void (java.lang.Object, int)") BTrace will match also void my_method(java.lang.Object p1, java.lang.String p2) and even void my_method(java.lang.Object p1, int p2, java.lang.String p3)

@jbachorik jbachorik added the Core label Dec 19, 2021
@jbachorik jbachorik added this to the 2.2.1 milestone Dec 19, 2021
@jbachorik jbachorik self-assigned this Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant