Skip to content

Change FastMethod.helper so that it can accurately look up methods which... #5

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

Merged
merged 1 commit into from
May 7, 2014
Merged

Change FastMethod.helper so that it can accurately look up methods which... #5

merged 1 commit into from
May 7, 2014

Conversation

lukesandberg
Copy link
Contributor

... are covariant overrides.

This change eliminates a 'method not found' error that could be thrown by this helper method in the case of looking up the index of a method that is a covariant override.

It may be worth deprecating FastClass.getIndex(String, Class[]) to avoid this confusing error.

…ich are covariant overrides.

This change eliminates a 'method not found' error that could be thrown by this helper method in the case of looking up the index of a method that is a covariant override.

It may be worth deprecating FastClass.getIndex(String, Class[]) to avoid this confusing error.
sameb added a commit that referenced this pull request May 7, 2014
Change FastMethod.helper so that it can accurately look up methods which...
@sameb sameb merged commit cfbffe9 into cglib:master May 7, 2014
@sameb
Copy link
Contributor

sameb commented May 7, 2014

Thanks, Luke!

@sameb sameb mentioned this pull request Sep 20, 2016
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.

2 participants