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

@GoogleCodeExporter
Copy link
Author

Patch.

Original comment by uwe.h.schindler on 16 Apr 2014 at 1:48

Attachments:

@GoogleCodeExporter
Copy link
Author

Patch with test.

Original comment by uwe.h.schindler on 16 Apr 2014 at 2:00

Attachments:

@GoogleCodeExporter
Copy link
Author

Committed.

Original comment by uwe.h.schindler on 16 Apr 2014 at 2:01

  • Changed state: Committed

@GoogleCodeExporter
Copy link
Author

Fix typo in issue title

Original comment by uwe.h.schindler on 16 Apr 2014 at 2:02

  • Changed title: Fix lookup of class references in checkType() / checkDescriptor to also inspect superclasses and interfaces

@GoogleCodeExporter
Copy link
Author

Close after release of version 1.5.

Original comment by uwe.h.schindler on 16 Apr 2014 at 9:53

  • Changed state: Fixed

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