Reinier Zwitserloot 72cc800fd0 Fixed issue #26: Starting eclipse's help feature just shows you a 500 error, ond depending on your eclipse version, a long stack trace.
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.
2009-09-01 00:08:40 +02:00
2009-07-05 22:01:51 +02:00
2009-07-26 10:02:09 +02:00
2009-07-17 23:48:30 +02:00
2009-07-05 21:48:24 +02:00
2009-07-05 21:48:24 +02:00

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
S
Description
Very spicy additions to the Java programming language.
Readme Multiple Licenses
81 MiB
Languages
Java 94.5%
HTML 4.8%
JavaScript 0.3%
CSS 0.2%