aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java
AgeCommit message (Expand)Author
2021-04-06Avoid reading file from disk by reusing the parser sourceRawi01
2021-03-24[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...Reinier Zwitserloot
2021-03-22Merge branch 'records'Reinier Zwitserloot
2021-01-14[fixes #2443] Remove multiline Javadoc tagsRawi01
2020-12-27Merge pull request #2684 from Rawi01/npe-javadocReinier Zwitserloot
2020-12-23[refactor] Replace duplicate code with new method, add null checkRawi01
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-12-20[tests] Support javadoc in ecj testsRawi01
2020-11-13[refactor] reflection code streamlined by sending it through the Permit classReinier Zwitserloot
2020-10-03Untangling patches to classes that only exist in eclipse, not ecjReinier Zwitserloot
2020-09-18Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...Reinier Zwitserloot
2020-09-10Add record supportRawi01
2020-08-29[tests] Fix CustomLog testsRawi01
2020-07-29Support javadoc copying in eclipseRawi01
2020-07-10[bugfix] eclipse version differences for weird LUB typesReinier Zwitserloot
2020-07-02[fixes #2433] Add config key to turn off @SuppressWarnings("all")Rawi01
2020-07-02[fixes #2469] Support static reference as logger topicRawi01
2020-06-25Replace getSimpleName() with getName()Rawi01
2020-04-17Merge pull request #2429 from janrieke/jacksonAndSingularAnnotationCopyReinier Zwitserloot
2020-04-16copy more Jackson annotation to the builder, also for @Singular methodsJan Rieke
2020-04-15[fixes #2246] Add null checkRawi01
2020-03-03@Jacksonized: modify builders that they can be used by JacksonJan Rieke
2020-02-15[issue #2368] [withBy] support for ecjReinier Zwitserloot
2020-02-15[issue #2368] [withBy] support for javacReinier Zwitserloot
2020-02-14[fixes #2369] types nested in enums/interfaces not marked static no longer ca...Reinier Zwitserloot
2020-02-14[fixes #678] `@Synchronize` an instance method on static variable no longer e...Reinier 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-28[trivial] the pos array was one too large here, shouldn't have any effect oth...Reinier Zwitserloot
2020-01-08[fixes #788] lombok generated equals method plus a non-null-by-default annota...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-26Fixes #2156: also clone the annotations on the setter.Roel Spilker
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-07-09Merge branch 'customlog'Reinier Zwitserloot
2019-05-22Fixes for CustomLog, AUTHORS entry, extended changlogAdam Juraszek
2019-05-21Code review + mention in changelog for the improvement to val handling vs. la...Reinier Zwitserloot
2019-05-08#1976. [@val] improved raw generic type inference by eclipse compiler.Bulgakov Alexander
2019-05-07Merge remote-tracking branch 'lombok/master' into feature/typeInferenceImprov...Bulgakov Alexander
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-04-24improvements type inference of type intersections (affects ValLambda.java, Va...Bulgakov Alexander
2019-03-26[i2078] Add possibility to generate assert on `@NonNull`Roel Spilker
2019-03-25[performance] improve typeMatches lookup. Especially in light of the built-in...Reinier Zwitserloot
2019-02-19var/val in Eclipse can now handle intersection types, fixes #1986Roel Spilker
2018-11-01[feature] FieldNameConstants now works like Builder: Make whatever bits it do...Reinier Zwitserloot