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

Prevent var usage by Lombok #1435

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Prevent var usage by Lombok #1435

merged 1 commit into from
Oct 30, 2023

Conversation

frankyhollywood
Copy link
Contributor

No longer do an import of lombok.*, since this also imports 'var' and overrides native Java keyword. Intellij can handle this, but VSCode can't.

var is native to Java since version 10 so Lombok var should not be used.

278113210-58941a0b-9d02-4abb-a08c-63155c4d9528

278113495-8b767614-bce5-400d-8591-4ef6478cfcd9

@frankyhollywood frankyhollywood merged commit fc915ed into dev Oct 30, 2023
3 checks passed
@frankyhollywood frankyhollywood deleted the lombok-import branch November 27, 2023 10:35
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