index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eclipseAgent
/
lombok
/
eclipse
/
agent
Age
Commit message (
Expand
)
Author
2019-04-24
[val] in ecj we were constructing a different type than for javac, when using...
Reinier Zwitserloot
2019-02-19
var/val in Eclipse can now handle intersection types, fixes #1986
Roel Spilker
2019-01-29
[fixes #2024] FieldNameConstants was causing lots of problems in eclipse, esp...
Reinier Zwitserloot
2019-01-28
Replace sized array in toArray with 0
Robert Wertman
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-07-25
[Fixes issue #1783] lombok.var / lombok.experimental.var import would be remo...
Reinier Zwitserloot
2018-07-25
Fixes issue #1789 - picking another workspace duplicates the ‘lombok is ins...
Reinier Zwitserloot
2018-06-05
Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse th...
Reinier Zwitserloot
2018-03-28
Merge 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-03-22
Merge remote-tracking branch 'remotes/upstream/master'
cnuessgens
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
[var] various upgrades to var:
Reinier Zwitserloot
2018-01-07
Try fix "A save participant caused problems."
cnuessgens
2018-01-07
revert initial fix-trial
cnuessgens
2018-01-07
Revert "Revert "Initial test""
cnuessgens
2018-01-07
Revert "Initial test"
cnuessgens
2018-01-07
Initial test
cnuessgens
2017-02-07
trivial
Roel Spilker
2017-01-19
Merge pull request #1060 from rgra/Issue210
Roel Spilker
2016-11-21
Merge branch 'feature/var' of https://github.com/bulgakovalexander/lombok int...
Roel Spilker
2016-11-12
imports expanded, idents aligned
Bulgakov Alexander
2016-11-07
[issue #1218] Annotation Processors that have an (internal) dependency on ecj...
Roel Spilker
2016-10-26
The @var annotation has been moved to the experimental package.
Bulgakov Alexander
2016-10-24
added supporting of @var variables. The @var annotation has the same function...
Bulgakov Alexander
2016-06-29
Potential solution for issue #913
Roel Spilker
2016-06-28
trivial
Roel Spilker
2016-06-28
[i913] Prevent NPE in PatchDelegate when binding.scope is null
Roel Spilker
2016-03-25
Patch for renaming fields with Getter/Setter/Data in eclipse.
rgra
2015-11-22
[Fixes #970] Eclipse would generate some internal IDE errors if using ‘valâ...
Reinier Zwitserloot
2015-07-08
Fixes for eclipse mars.
Reinier Zwitserloot
2015-06-24
[trivial] Fix for running lombok in a launched eclipse for debugging purposes...
Reinier Zwitserloot
2015-05-02
https-ified links on the site.
Reinier Zwitserloot
2015-05-02
Somehow in eclipse mars wanted us to pull in more ecj deps, fixed that proble...
Reinier Zwitserloot
2015-05-02
Change http://projectlombok.org to https://projectlombok.org
Roel Spilker
2015-04-08
Updated to patcher 0.20 with updates for bugs where you’d type a quote and ...
Reinier Zwitserloot
2015-04-05
fixed 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-03-31
We are getting some reports that might indicate there’s a race condition in...
Reinier Zwitserloot
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 java8
Roel Spilker
2015-01-21
the previous basic for fix didn't really work, this one is better.
Roel Spilker
2015-01-21
Fix for erroneous use of val in basic fors.
Reinier Zwitserloot
2015-01-20
[shadowloader] all the patching we do for ecj are ALL entrypoints and need sh...
Roel Spilker
2014-12-04
fix 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-28
Installer updated to no longer add -Xbootclasspath.
Reinier Zwitserloot
2014-10-24
Making SCL work right is more complicated than it first seemed.
Reinier Zwitserloot
2014-09-30
first take on the shadow classloader. All seems to be in order, but we still ...
Reinier Zwitserloot
2014-06-05
addendum to previous commit; found hardcoded reference to an added field and ...
Roel Spilker
[next]