aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/EclipseNode.java
AgeCommit message (Expand)Author
2021-03-22Merge branch 'records'Reinier Zwitserloot
2020-09-12Support With(By) on records and record componentsRawi01
2020-06-19#1543: First primitives, then primitive wrappers, then other referencesRoel Spilker
2020-06-18Fixes #1543: in equals, by default first compare the primitivesRoel Spilker
2020-03-15[fixes #2386] [checkerframework]Reinier Zwitserloot
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2018-11-06Improve toString generation for enums. Fixes #1916Roel Spilker
2018-08-20use delared ast Type instead of generic one saves a lot of "checkcasts" in th...Roland Praml
2018-08-20Do not use reflection to check if annotation is presentRoland Praml
2018-05-14[annotation based ToString] hey.. we have annotation based ToString now, wher...Reinier Zwitserloot
2015-06-24[trivial] formatting.Reinier Zwitserloot
2012-04-03Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-08-01Fixed issue 164. Oh yes. Party time!Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2010-07-25Bugfix: in JavacNode intintializers were not structurally significantRoel Spilker
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-20@Getter int x, y; used to only apply to 'x', now it applies to both x and y.Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot