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
/
core
/
lombok
/
eclipse
/
handlers
/
EclipseHandlerUtil.java
Age
Commit message (
Expand
)
Author
2022-03-17
Merge pull request #3137 from JohnPaulTaylorII/master
Reinier Zwitserloot
2022-03-17
[fixes #2990] Treat records and enums as places where `static` is allowed.
Reinier Zwitserloot
2022-03-14
[fixes #3133] Additional bits setting when creating type annotations
JohnPaulTaylorII
2022-02-23
Fixes #3120
JohnPaulTaylorII
2022-02-08
[implements #1456] accessors can now be made final via `@Accessors`.
Reinier Zwitserloot
2022-01-09
[fixes #3081] make CheckerFramework's This a type annotation
Jan Rieke
2021-12-12
[fixes #3040] Support array initializer in onX
Rawi01
2021-09-28
Support javadoc copying in ecj language server
Rawi01
2021-09-27
[fixes #2972] Use simple type, move code to patch method
Rawi01
2021-06-03
[fixes #2838] Handle anonymous classes properly
Rawi01
2021-04-06
Avoid reading file from disk by reusing the parser source
Rawi01
2021-03-24
[records] [`@NonNull`] eclipse impl onfthe `@NonNull` on record components fe...
Reinier Zwitserloot
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-01-14
[fixes #2443] Remove multiline Javadoc tags
Rawi01
2020-12-27
Merge pull request #2684 from Rawi01/npe-javadoc
Reinier Zwitserloot
2020-12-23
[refactor] Replace duplicate code with new method, add null check
Rawi01
2020-12-21
[fixes #2682] Fix NPE, always add Javadoc return statement
Rawi01
2020-12-20
[tests] Support javadoc in ecj tests
Rawi01
2020-11-13
[refactor] reflection code streamlined by sending it through the Permit class
Reinier Zwitserloot
2020-10-03
Untangling patches to classes that only exist in eclipse, not ecj
Reinier Zwitserloot
2020-09-18
Merge branch 'eclipse-javadoc' of git://github.com/Rawi01/lombok into Rawi01-...
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2020-08-29
[tests] Fix CustomLog tests
Rawi01
2020-07-29
Support javadoc copying in eclipse
Rawi01
2020-07-10
[bugfix] eclipse version differences for weird LUB types
Reinier 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 topic
Rawi01
2020-06-25
Replace getSimpleName() with getName()
Rawi01
2020-04-17
Merge pull request #2429 from janrieke/jacksonAndSingularAnnotationCopy
Reinier Zwitserloot
2020-04-16
copy more Jackson annotation to the builder, also for @Singular methods
Jan Rieke
2020-04-15
[fixes #2246] Add null check
Rawi01
2020-03-03
@Jacksonized: modify builders that they can be used by Jackson
Jan Rieke
2020-02-15
[issue #2368] [withBy] support for ecj
Reinier Zwitserloot
2020-02-15
[issue #2368] [withBy] support for javac
Reinier 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.With
Reinier Zwitserloot
2019-08-26
Fixes #2156: also clone the annotations on the setter.
Roel Spilker
2019-08-22
[checkerframework]
Reinier Zwitserloot
2019-07-16
Fixes #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-09
Merge branch 'customlog'
Reinier Zwitserloot
2019-05-22
Fixes for CustomLog, AUTHORS entry, extended changlog
Adam Juraszek
[next]