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

@TargetMethodOrField(fqn = true) not working with Kind.CALL + Where.AFTER #213

Closed
jikuja opened this issue Mar 26, 2016 · 0 comments
Closed
Assignees
Milestone

Comments

@jikuja
Copy link

jikuja commented Mar 26, 2016

@TargetMethodOrField(fqn = true) emits fully qualified name only when used with Kind.CALL + Where.AFTER Examples:

targetMethodOrField: static java.util.regex.Pattern java.util.regex.Pattern#compile(java.lang.String)

vs

targetMethodOrField: compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
@jbachorik jbachorik added this to the 1.3.6 milestone Apr 1, 2016
@jbachorik jbachorik self-assigned this Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants