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

Add Java 14 support #1391

Merged
merged 1 commit into from
Mar 23, 2020
Merged

Add Java 14 support #1391

merged 1 commit into from
Mar 23, 2020

Conversation

fbricon
Copy link
Contributor

@fbricon fbricon commented Mar 23, 2020

applies Java 14 patch on JDT 4.15 (See https://marketplace.eclipse.org/content/java-14-support-eclipse-2020-03-415)

Known Issues:

  1. Try statement inside switch expressions yielding values are known to have stack map verification errors. More details at https://bugs.eclipse.org/545567

  2. The compiler does not yet support pattern matching instanceof expressions as part of field declaration, in other words, outside method bodies. More on this can be found on https://bugs.eclipse.org/531715

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

Successfully merging this pull request may close these issues.

2 participants