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

Fix lookup of class references in checkType() / checkDescriptor to also inspect superclasses and interfaces #26

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

When adding support for Java 8 and invokeDynamic, there was still a TODO about 
checking supertypes and interfaces when looking at stuff like casts, array 
creation, annotation checks.

This should be fixed, to use the same semantics like for method calls.

Original issue reported on code.google.com by uwe.h.schindler on 16 Apr 2014 at 1:47

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

No branches or pull requests

1 participant