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

Improve lambda type check by name for java21. Fix #300 #305

Merged

Conversation

gayanper
Copy link
Contributor

@gayanper gayanper commented Sep 4, 2023

What it does

The lambda type check is improved to support naming patterns for both java 21 and prior versions. The naming patterns are as follows

Java 21: Bug575551$$Lambda.0x000000e8010079d8
Pre Java 21: Bug575551$$Lambda$20.0x0000000801005be0

How to test

Run the LambdaVariableTest with both Java 21 and Java 17.

Author checklist

@SarikaSinha SarikaSinha merged commit 9e3e8ec into eclipse-jdt:BETA_JAVA21 Sep 5, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants