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

event.javaMethodDesc不正确 #480

Open
abbracadabra opened this issue Oct 18, 2024 · 1 comment
Open

event.javaMethodDesc不正确 #480

abbracadabra opened this issue Oct 18, 2024 · 1 comment

Comments

@abbracadabra
Copy link

abbracadabra commented Oct 18, 2024

这是我watch的方法,class com.mongodb.client.internal.MongoIterableImpl, behavior iterator,这个方法实现了java.lang.Iterable#iterator

public abstract class MongoIterableImpl<T> implements Iterable<T>{
  @Override
  public MongoCursor<T> iterator() {
  }
}

我预期beforeEvent.javaMethodDesc应该是MongoCursor,但得到的却是()Ljava/util/Iterator;

这是打印结果:

javaMethodName: iterator  
javaMethodDesc: ()Ljava/util/Iterator;
javaClassName: com.mongodb.client.internal.MongoIterableImpl
@code-bez
Copy link

code-bez commented Oct 18, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants