aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok
AgeCommit message (Expand)Author
2015-02-08[shadowloader] Fix for lombok v1.16.0 no longer working in eclipses that use ...Reinier Zwitserloot
2015-01-21[i742][i747] Fix for ExtensionMethod broken in Eclipse using java8Roel Spilker
2015-01-21the previous basic for fix didn't really work, this one is better.Roel Spilker
2015-01-21Fix for erroneous use of val in basic fors.Reinier Zwitserloot
2015-01-21* Fixed running ecj tests within eclipseReinier Zwitserloot
2015-01-20[shadowloader] all the patching we do for ecj are ALL entrypoints and need sh...Roel Spilker
2014-12-04fix for lombok not compiling if JDK8’s javac is used as default compiler.Reinier Zwitserloot
2014-10-29[shadowloader] simple bugfix; shadowloader wasn’t working in luna.Reinier Zwitserloot
2014-10-28Installer updated to no longer add -Xbootclasspath.Reinier Zwitserloot
2014-10-24Making SCL work right is more complicated than it first seemed.Reinier Zwitserloot
2014-09-30first take on the shadow classloader. All seems to be in order, but we still ...Reinier Zwitserloot
2014-06-05addendum to previous commit; found hardcoded reference to an added field and ...Roel Spilker
2014-06-05Finished refactor of FieldAugment; there's no longer a separate variant for b...Roel Spilker
2014-05-29#683: URI not absolute errors in mvn builds due to search for lombok.config b...Reinier Zwitserloot
2014-05-21Added an error if @Delegate is used recursively.Reinier Zwitserloot
2014-05-08[java8] don't crash on intersection typesRoel Spilker
2014-04-01all usage of sneakyThrow is now throw sneakyThrow as it should be.Reinier Zwitserloot
2014-03-17[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...Roel Spilker
2014-02-27Fixed some issues when using lambda expressions in eclipse using the beta JDK...Reinier Zwitserloot
2014-02-20[suspect:eclipse] Fix for issue 633: refactor script 'extract local variable'...Roel Spilker
2013-10-10No functional change, but runPostCompiler in eclipse patching is no longer tr...Reinier Zwitserloot
2013-05-30Fixes for issue 470: VerifyErrors when using @SneakyThrows.Reinier Zwitserloot
2013-04-23added support for lombok.disablePostCompiler.Reinier Zwitserloot
2013-03-12Fix for issue #436: In eclipse, calling i.e. `list.get(i).extensionMethod()` ...Reinier Zwitserloot
2012-10-23Fix for NPEs in the eclipse log forReinier Zwitserloot
2012-10-08Patches ASTNode.setSourceRange; by default it throws IllegalArgumentException...Reinier Zwitserloot
2012-08-13Fix for issue 401: test(), Object.test(), and super.test() were all allowed i...Reinier Zwitserloot
2012-07-05fixed stupid memleak in PatchExtensionMethod.. sorry my bad..Philipp Eichhorn
2012-06-24ExtensionMethod didn't work for primitive types in eclipse..Philipp Eichhorn
2012-06-18Fixed Help Content in Eclipse / ecj support.Robbert Jan Grootjans
2012-06-18Split out the GUI function into a separate portal. ThoughRobbert Jan Grootjans
2012-06-12Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet.Reinier Zwitserloot
2012-04-23Replaced the 'try some reflection and if that fails, oh well' code with catch...Reinier Zwitserloot
2012-04-23Fix for bug introduced in 48e73a7180ac459d2949e66f2cacc46e08466fce (2 commits...Reinier Zwitserloot
2012-04-19fixed: @val didn't work with rawtypes in enhanced for loopspeichhorn
2012-04-03fix for rename method arguments, from Philipp Eichhorn.Reinier Zwitserloot
2012-03-19Fix for issue 342: @Deprecated annotation not propagated to generated getter...Roel Spilker
2012-02-25Handle deprecated by ordinary usage.Taiki Sugawara
2012-02-24Add deprecated comment support for eclipse.Taiki Sugawara
2012-02-15'val' is no longer legal in basic for loops now. Fixes issue #346Reinier Zwitserloot
2012-02-11whitespace onlyReinier Zwitserloot
2012-01-24Fix for issue 328: @Delegate on a field for which we also generate a getter w...Roel Spilker
2012-01-23Added null-check to prevent errors in eclipse when working on incomplete filesRoel Spilker
2012-01-19Merge branch 'Issue_325' of https://github.com/jvanderhel/lombok into jappeReinier Zwitserloot
2012-01-19@Delegate is no longer legal on static entities (previously no immediate erro...Reinier Zwitserloot
2012-01-19Removed unused imports from PatchFixesReinier Zwitserloot
2012-01-19[Issue 275] Allow @Delegate on no-argument methodspeichhorn
2012-01-181) rollback of rollback fixRetrieveRightBraceOrSemiColonPositionJappe van der Hel
2012-01-16Issue 325: revert old behaviour of fixRetrieveRightBrace...Sander Koning
2012-01-16Merge pull request #27 from jvanderhel/Issue_316_Rename_with_multiple_types_IISander Koning