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

Lombok, Intellij IDEA, maven and JDK10 fails when using the var keyword #1715

Closed
gajatko opened this issue Jun 5, 2018 · 1 comment
Closed

Comments

@gajatko
Copy link

gajatko commented Jun 5, 2018

Same as #1676 for IntelliJ IDEA.

Scenario:

  • Migrate lombokified project to JDK 10.
  • Remove import lombok.var from classes

Expected result:

  • Maven goal compile successful
  • IDE does not show errors

Actual result:

  • Maven goal compile successful
  • IDE complains about var and won't compile

Scenario II (optional, but worth noting anyway):

  • Migrate to JDK 10
  • Do not remove import lombok.var

Expected result:

  • Maven goal compile successful
  • IDE does not show errors

Actual result:

  • Maven goal compile fails
  • IDE compilation success, no errors shown
@gajatko
Copy link
Author

gajatko commented Jun 5, 2018

Nevermind, wrong project

@gajatko gajatko closed this as completed Jun 5, 2018
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

No branches or pull requests

1 participant