aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/JavacHandlerUtil.java
AgeCommit message (Expand)Author
2021-02-01Clear invalid types of unboxed annotationsRawi01
2021-02-01[fixes #1538] Use Enter and MemberEnter to update type mirrorsRawi01
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2021-01-14[fixes #2443] Remove multiline Javadoc tagsRawi01
2021-01-01Do not lose generic arguments when adding annotations #2689Mattias Grönlund
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-10-29[#2612] Set VarSymbol.ownerRawi01
2020-10-29[#2612] VarSymbol.adr is a bit fieldRawi01
2020-10-29[#2612] VarSymbol.adr is required for flow analysis in NetbeansRawi01
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier Zwitserloot
2020-08-31Merge branch 'master' into eclipse-javadocRawi01
2020-08-28Merge pull request #2548 from rosti-il/masterReinier Zwitserloot
2020-08-27trivial - Only assign variable onceRoel Spilker
2020-08-27Fix missing parameter names, annotations in following annotation processors 2Denis Stepanov
2020-08-18Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745Rostislav Krasny
2020-07-29Support javadoc copying in eclipseRawi01
2020-07-09fix assertion error if the param.sym is nullRoel Spilker
2020-07-02[fixes #2433] Add config key to turn off @SuppressWarnings("all")Rawi01
2020-07-02Fix missing parameter names, annotations in following annotation processorsDenis Stepanov
2020-04-16copy more Jackson annotation to the builder, also for @Singular methodsJan Rieke
2020-02-15[issue #2368] [withBy] support for javacReinier Zwitserloot
2020-02-06[fixes #880] get rid of an unchecked cast warning for `@Getter(lazy=true)`Reinier Zwitserloot
2020-01-31[issue #2221] simplified configuration for `@Singular`-generated plural form ...Reinier Zwitserloot
2020-01-28[issue #2221] [issue #788] Lombok now adds nullity annotations.Reinier Zwitserloot
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default annota...Reinier Zwitserloot
2020-01-07[fixes #2323] javadoc `@return` generation updated.Reinier Zwitserloot
2020-01-07[fixes #2327] mostly trivial: Added this. for field access and unified code g...Reinier Zwitserloot
2020-01-06[fixes #2268] make lombok generate qualified types in order to avoid name cla...Reinier Zwitserloot
2019-08-27[With] renaming lombok.experimental.Wither to lombok.experimental.WithReinier Zwitserloot
2019-08-22[checkerframework]Reinier Zwitserloot
2019-07-16Fixes #1197, add Objects.requireNonNull and Preconditions.checkkNotNull to su...Roel Spilker
2019-07-16[Fixes #2115] builder fields tracking a property that has a default set is no...Reinier Zwitserloot
2019-05-22Fixes for CustomLog, AUTHORS entry, extended changlogAdam Juraszek
2019-05-07[fixes #1981][fixes #1961] Hardcoded some knowledge about how to copy jackson...Reinier Zwitserloot
2019-05-06[fixes #2120] ecj was not generating explicit nullchecks for builder-setters.Reinier Zwitserloot
2019-03-26[i2078] Add possibility to generate assert on `@NonNull`Roel Spilker
2019-03-25[performance] fixing bug in earlier performance commit on optimizing lookups ...Reinier Zwitserloot
2019-03-25[performance] improve typeMatches lookup. Especially in light of the built-in...Reinier Zwitserloot
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2019-01-08[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...Reinier Zwitserloot
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot
2018-10-29eliminate ‘you are using private API’ warnings by streamlining all reflec...Reinier Zwitserloot
2018-09-18Finishing work on making lombok do sensible things with TYPE_USE annotations ...Reinier Zwitserloot
2018-09-11Replaced the notion of ‘nullable’ and ‘nonnull’ get copied to ‘any ...Reinier Zwitserloot
2018-09-11code review and fixes for the ‘copyable annotations’ setting concept.Reinier Zwitserloot
2018-09-11Add configuration key, handle whereever NULLABLE is handled, support Eclipse.Werner Dietl
2018-09-04[issue #1851] Lombok needs to generate type-use annotations when copying over...Reinier Zwitserloot
2018-07-11Fix NetBeans 8.x compile-on-save issue.Philippe Charles
2018-06-04Do not generate a private no-args constructor if:Roel Spilker