We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When parsing Java8 code with lambdas (that use invokedynamic opcode), NPE is thrown because invokedynamic is not listed in Opcodes.java
The text was updated successfully, but these errors were encountered:
This issue is a stopper to start using lambdas in Play Framework 1.3
Sorry, something went wrong.
The issue prevents our project from being fully migrated to Java 8. Is there any plans to fix it? Or there may be a workaround?
No branches or pull requests
When parsing Java8 code with lambdas (that use invokedynamic opcode), NPE is thrown because invokedynamic is not listed in Opcodes.java
The text was updated successfully, but these errors were encountered: