-
-
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 Help/Help Contents doesn't work after installing lombok #141
Comments
👤 ckutzi 🕗 Nov 08, 2009 at 12:26 UTC What steps will reproduce the problem?
What is the expected output? What do you see instead? HTTP ERROR 500 Problem accessing /help/index.jsp. Reason:
"lombok.eclipse.TransformEclipseAST.transform_swapped(Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Lorg/eclipse/jdt/internal/compiler/parser/Parser;)V" Caused by: java.lang.LinkageError: loader constraint violation: when resolving method Powered by Jetty:// What version of the product are you using? On what operating system? |
👤 reinierz 🕗 Nov 23, 2009 at 14:12 UTC Huh, this is a regression that I swore I avoided when I changed the way lombok injects itself into the OSGi |
👤 reinierz 🕗 Nov 24, 2009 at 04:43 UTC Are you sure this is happening? I cannot reproduce this. Possibly I fixed it in v0.9.1 without knowing, I did mess |
👤 ckutzi 🕗 Nov 24, 2009 at 20:02 UTC I've v0.9.1 now, too, and cannot reproduce the issue anymore. An error has occurred. See error log for more details. When I confirm the dialog with okay, it seems to work without problems, though. |
👤 reinierz 🕗 Nov 24, 2009 at 22:53 UTC I just got this error again in the help system. exactly once. It's really weird; it seems to occur randomly, in I'm going to try and figure this out. Somehow. |
👤 reinierz 🕗 Nov 25, 2009 at 03:36 UTC I think I fixed it! spread out across lombok.patcher in commit a93c6a0ec495999731b68bda04a5edeba6259c2f make sure you pull to both (or run ant updateDeps) if you want to play with this. Fix will be rolled out in v0.9.2. |
👤 mykola.nickishov 🕗 Feb 27, 2010 at 19:47 UTC I hit this issue in the current master:
/home/mn/src/git-mirrors/lombok/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java:55: Feel free to apply this |
👤 reinierz 🕗 Feb 07, 2011 at 21:34 UTC Somewhere along the line this bug has reverted. |
👤 grootjans 🕗 Feb 07, 2011 at 22:21 UTC |
End of migration |
Migrated from Google Code (issue 68)
The text was updated successfully, but these errors were encountered: