aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java
AgeCommit message (Expand)Author
2022-01-07[fixes projectlombok/lombok#1036] Exclude the classloader forMartin O'Connor
2021-12-12Patch getMethodDeclarationNode method instead of individual callsRawi01
2021-10-26[fixes #1309] Extract interface + pull upRawi01
2021-10-22[fixes #2985] Resolve var/val only once in eclipseRawi01
2021-10-06Fix syntax highlighting for EqualsAndHashCodeRawi01
2021-09-28Support javadoc copying in ecj language serverRawi01
2021-09-28[fixes #2950] Patch language server semantic highlightingRawi01
2021-04-02Fixes #2803 Manual merge, hide generated code from some Eclipse refactoringsRoel Spilker
2021-02-07Fix ecj classloadingRawi01
2021-02-07Move eclipse only code for Delegate into own classRawi01
2020-12-27fixing sneakythrows in ecj, and with that, the tests.Reinier Zwitserloot
2020-12-20[tests] Support javadoc in ecj testsRawi01
2020-10-30[issue #285] Compiling with Maven+Tycho should now workReinier Zwitserloot
2020-10-15[#2599] Completely rewrite how we decide whether it's ecj or eclipse for patc...Reinier Zwitserloot
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