aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java
AgeCommit message (Expand)Author
2019-01-29[fixes #2024] FieldNameConstants was causing lots of problems in eclipse, esp...Reinier Zwitserloot
2018-03-28Merge remote-tracking branch 'remotes/upstream/master'Christian Nüssgens
2018-03-27[trivial] eclipse patches are loaded from Class50 even if you override the sh...Reinier Zwitserloot
2018-01-07Try fix "A save participant caused problems." cnuessgens
2018-01-07revert initial fix-trialcnuessgens
2018-01-07Revert "Revert "Initial test""cnuessgens
2018-01-07Revert "Initial test"cnuessgens
2018-01-07Initial testcnuessgens
2017-02-07trivialRoel Spilker
2017-01-19Merge pull request #1060 from rgra/Issue210Roel Spilker
2016-11-07[issue #1218] Annotation Processors that have an (internal) dependency on ecj...Roel Spilker
2016-03-25Patch for renaming fields with Getter/Setter/Data in eclipse.rgra
2015-07-08Fixes for eclipse mars.Reinier Zwitserloot
2015-06-24[trivial] Fix for running lombok in a launched eclipse for debugging purposes...Reinier Zwitserloot
2015-04-08Updated to patcher 0.20 with updates for bugs where you’d type a quote and ...Reinier Zwitserloot
2015-04-05fixed the ‘cleanup/codeformat on save’ save cleanup action in Eclipse Mars.Reinier Zwitserloot
2015-04-02[i802] working on eclipse mars support; this needs a few updates to integrati...Reinier Zwitserloot
2015-02-08[shadowloader] Fix for lombok v1.16.0 no longer working in eclipses that use ...Reinier Zwitserloot
2015-01-20[shadowloader] all the patching we do for ecj are ALL entrypoints and need sh...Roel Spilker
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-05-29#683: URI not absolute errors in mvn builds due to search for lombok.config b...Reinier Zwitserloot
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
2012-10-08Patches ASTNode.setSourceRange; by default it throws IllegalArgumentException...Reinier Zwitserloot
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-23Fix for bug introduced in 48e73a7180ac459d2949e66f2cacc46e08466fce (2 commits...Reinier Zwitserloot
2012-04-03fix for rename method arguments, from Philipp Eichhorn.Reinier Zwitserloot
2012-01-16Merge pull request #27 from jvanderhel/Issue_316_Rename_with_multiple_types_IISander Koning
2012-01-101) We now honor the "public" and "abstract" modifier settingsJappe van der Hel
2012-01-10"QualifiedName"'s are now also marked as generated during ASTConverter phase ...Jappe van der Hel
2012-01-09The line about lombok added to the about dialog wasn't working for all eclips...Roel Spilker
2012-01-09Lombok now adds a line about itself to the Eclipse about dialog via patching....Reinier Zwitserloot
2012-01-09Code reviewRoel Spilker
2012-01-09MergeRoel Spilker
2012-01-09Updated copyright yearsRoel Spilker
2012-01-03Found some earlier fixes, commented them and put them together in the patchEx...Jappe van der Hel
2012-01-03extract interface now also works on inner types and side types (annotated wit...Jappe van der Hel
2012-01-03Extract interface now works when @Data is present.Jappe van der Hel
2012-01-02trivialReinier Zwitserloot
2012-01-02Merge branch 'master' of github.com:rzwitserloot/lombokReinier Zwitserloot
2012-01-02Fixed issue #320: since 0.10.6, lombok didn't work anymore in ecj (ClassNotFo...Reinier Zwitserloot
2011-12-21Extract interface now works when @Data is present.Jappe van der Hel
2011-12-20Fix for Issue 265, Sort members now works when class has @Data and @Log annot...Jappe van der Hel
2011-12-13Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate...jvanderhel
2011-11-28Merge branch 'Highlighting' of https://github.com/jvanderhel/lombok into jvan...Reinier Zwitserloot
2011-11-28Merge branch 'Issue_81' of https://github.com/jvanderhel/lombok into jvanderh...Reinier Zwitserloot
2011-11-251) Fixed sourceEnds while determining which nodes should be copiedjvanderhel
2011-11-24Syntax and occurrence highlighting now skip generated positionsjvanderhel