aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java
AgeCommit message (Expand)Author
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier Zwitserloot
2020-09-18Merge pull request #2558 from Rawi01/extensionmethod-suppressReinier Zwitserloot
2020-09-18Merge branch 'delegate-methods-outline' of git://github.com/Rawi01/lombok int...Reinier Zwitserloot
2020-09-18Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...Reinier Zwitserloot
2020-08-29[tests] Fix Delegate testsRawi01
2020-08-20[bugfix] Fix suppressBaseMethods in ecj/eclipseRawi01
2020-08-16Add generated delegate methods to eclipse outlineRawi01
2020-07-29Support javadoc copying in eclipseRawi01
2020-07-12[fixes #977] Set generated flag for annotation namesRawi01
2020-04-14[fixes #2286] Set source range for vararg arraysRawi01
2020-02-26Add moved CodeStyleFix to patch listRawi01
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction...Reinier Zwitserloot
2020-01-30[bughunt] [issue #2351] wild-stab try to fix issue 2351, without reproduction.Reinier Zwitserloot
2019-06-15Avoid Eclipse warnings about null checks generated for lombok.NonNull when No...Till Brychcy
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