Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@jbachorik

Description

@jbachorik

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions