mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-17 20:19:45 +00:00
72cc800fd0c3e122a71a42536d5ced5297d6fa4e
The problem boiled down to the JSP compiler used by the help system also being instrumented with lombok, but that's not exactly the environment lombok was expecting. Fixed by simply disabling lombok when the environments don't match what we expect. In the process, the instrumentation has been made a little more robust; multiple separate OSGi modules can all be instrumented now, instead of the first one winning.
Fixed issue #26: Starting eclipse's help feature just shows you a 500 error, ond depending on your eclipse version, a long stack trace.
Fixed issue #26: Starting eclipse's help feature just shows you a 500 error, ond depending on your eclipse version, a long stack trace.
projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. Using lombok is made as simple as possible, and aims to work on all major java IDEs as well as javac itself. See LICENCE for the project lombok licence. Project Authors: Reinier Zwitserloot twitter: @surial home: http://zwitserloot.com/ Roel Spilker twitter: @rspilker
Languages
Java
94.5%
HTML
4.8%
JavaScript
0.3%
CSS
0.2%