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

iss1458: added sanity checker for the method that detects point cut t… #1481

Merged
merged 2 commits into from
Mar 1, 2017

Conversation

dmgcodevil
Copy link
Contributor

…ype by method annotations

@@ -123,4 +125,76 @@ public static Method getDeclaredMethod(Class<?> type, String methodName, Class<?
return Optional.absent();
}

public static String getMethodInfo(Method m) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May it make sense to add some information about the declaring class of the method?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, will add

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks. For me this looks good.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattrjacobs merge ?

@mattrjacobs mattrjacobs merged commit 8b2de49 into Netflix:master Mar 1, 2017
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

Successfully merging this pull request may close these issues.

3 participants