Error:
When opening a Java file in Eclipse that uses Lombok annotations an exception is shown in the IDE: (note filename replaced with …)
An internal error occurred during: “SonarLint processing file /…java”.
lombok/launch/PatchFixesHider$Transform
This issue is very similar to what was reported in the following ticket, i.e.e exact same error in IDE:
The suggested fix on the above ticket (upgrading to Lombok 1.18.12) however did not resolve my issue.
To replicate, install SonarLint 5.1 from within Eclipse Neon using Eclipse MarketPlace, activate SonarLint with the project and open a .java file that has lombok import/annotations.
The issue was fixed on Lombok side, and many users confirmed that it works for them. Can you double check the version of Lombok you are using? Upgrading lombok in your project dependencies is not enough, you have to update lombok agent used by Eclipse (check your eclipse.ini).