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
Incomplete type hierarchy when using method reference #830
Comments
|
Example stack trace when a subtype is found (the lambda):
The lambda is stored here: Maybe extra code is needed around the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=400905, in There is a bunch of other code around this |
Fixes: eclipse-jdt#830
|
Would be good if we also take care of or make progress towards this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=539602 |
See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=560545
To reproduce, compute the type hierarchy of
TestInterfacein the following snippet:Observe that no implementer is found for the method reference. Only for the lambda and the anonymous type.
The text was updated successfully, but these errors were encountered: