-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Describe the bug
Using the "Organize imports" command in eclipse removes the lombok.val
import.
To Reproduce
- Create a java file and use
val
- Use "Organize imports" (Ctrl + Shift + O, Right click -> Source -> Organize Imports)
Expected behavior
Eclipse does not remove the used import.
Version info (please complete the following information):
- Lombok version: edge
- Platform: Eclipse 2021-09
Additional context
I have already started to work on this
andi-huber