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

Don't use instanceof for null checks #667

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

merks
Copy link
Contributor

@merks merks commented Jan 16, 2025

It was a bug in older ecj compiler that allowed to use instanceof patterns in Java 17 code.

Fixes #664

It was a bug in older ecj compiler that allowed to use instanceof
patterns in Java 17 code.

Fixes eclipse-gef#664
@merks merks merged commit 1c6cb34 into eclipse-gef:master Jan 16, 2025
20 checks passed
@merks merks deleted the pr-665 branch January 16, 2025 10:17
@azoitl azoitl modified the milestone: 3.23.0 Jan 16, 2025
@ptziegler ptziegler added this to the 3.23.0 milestone Jan 16, 2025
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.

TemplateTransferDropTargetListener uses Java 21 construct in Java 17 code
4 participants