projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.93k stars 2.4k forks source link

[BUG] lombok/launch/PatchFixesHider$ValPortal #2454

Closed Schoaf closed 4 years ago

Schoaf commented 4 years ago

Describe the bug Eclipse shows an error dialog on each SonarLint run

An internal error occurred during: "SonarLint analysis of project shop-interface (100 files processed)". lombok/launch/PatchFixesHider$ValPortal

To Reproduce Using the latest lombok version. Using the latest SonarLint version

Expected behavior A clear and concise description of what you expected to happen.

Version info (please complete the following information):

Schoaf commented 4 years ago

Found a similar issue but not exactly the same. Thats why I updated my lonbok version. But that didn't solve the problem: https://github.com/rzwitserloot/lombok/issues/2351

JohanGoosenOMF commented 4 years ago

I've got exactly the same issue as reported above.

Eclipse Neon Release (4.6.0), SonarLint 5.1, Lombok 1.18.12

The following post describes the same issue. Resolution was to upgrade to lombok 1.18.12 which I did, but the issue remains : https://community.sonarsource.com/t/internal-error-on-sonarlint-in-eclipse-with-sonarjava-6-0-1/18868

IamNGopal commented 4 years ago

I am also having same issue sts-4.7.1.RELEASE sonarlint for eclipse 5.3.0.19940 Lombok 1.18.12 Gradle 6.3

Rawi01 commented 4 years ago

@Schoaf @IamNGopal Can you share a full stacktrace or some more details? It seems to work without any problems for me.

IamNGopal commented 4 years ago

@Schoaf @IamNGopal Can you share a full stacktrace or some more details? It seems to work without any problems for me.

After multiple attempts of reloading lombok 1.18.12 I realised that may be my workspace has cached the old version of lombok. So when i created a new workspace the issue got resolved. Thank you.

munekumar commented 1 year ago

After changing the workspace it worked for me as well