-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Eclipse throwing LinkageError #767
Comments
👤 jorn86 🕗 Aug 29, 2014 at 09:15 UTC What steps will reproduce the problem?
What version of the product are you using? On what operating system? Please provide any additional information below. java.lang.LinkageError: lombok/eclipse/agent/PatchFixes java.lang.LinkageError: lombok/eclipse/agent/PatchFixes |
👤 jorn86 🕗 Nov 10, 2014 at 09:44 UTC I've just seen this happen with Lombok 1.14.8 in Eclipse 4.4.0 on Java 1.8.0_25 as well. |
👤 r.spilker 🕗 Nov 10, 2014 at 09:46 UTC Would you like to test using the edge release? It is experimental, but uses a different class loader infrastructure: https://projectlombok.org/download-edge.html Do you have a reproduction recipe? |
👤 ddg412 🕗 Nov 20, 2014 at 21:47 UTC I've also seen the issue (or similar) with: For me, it happened when I opened an editor for a Java class that didn't even use Lombok. I had multiple projects in my workspace, however, and a different project does use Lombok. !ENTRY org.eclipse.core.jobs 4 2 2014-11-20 21:32:01.065 |
👤 r.spilker 🕗 Jan 09, 2015 at 15:51 UTC Issue #798 has been merged into this issue. |
👤 shawn.tuatara 🕗 Feb 08, 2015 at 02:02 UTC The comment in ﹟763 about toggling the mark occurrences fixed this issue temporarily for me. Would be nice to have this issue resolved as that is an important feature to see into the code better. Lombok: 1.16.0 |
👤 reinierz 🕗 Apr 14, 2015 at 20:46 UTC This may have been fixed in the latest release of lombok (v1.16.4); give it a shot? |
👤 igor.berman 🕗 Jul 08, 2015 at 06:12 UTC I think, 1.16.4 fixed the problem |
End of migration |
Having the same problem with 1.16.6. An internal error occurred during: "Requesting Java AST from selection".loader (instance of lombok/launch/ShadowClassLoader): attempted duplicate class definition for name: "lombok/launch/PatchFixesHider$PatchFixes" |
Same here |
Same for me as well. |
The duplicate class def thing is a different error entirely, it just so happens to also manifest as a LinkageError; the last 3 comments above this one all reference it. I've made issue #1293 to reflect these new ones. I'm going to consider the original fixed. |
Migrated from Google Code (issue 732)
The text was updated successfully, but these errors were encountered: