Age | Commit message (Collapse) | Author |
|
over types from, say, a field, to getter/setter/constructor/builder/wither/etc.
|
|
|
|
|
|
|
|
in javac.
|
|
|
|
into janrieke-superBuilderNonNull
# Conflicts:
# src/core/lombok/eclipse/handlers/HandleSuperBuilder.java
# src/core/lombok/javac/handlers/HandleSuperBuilder.java
# test/transform/resource/after-delombok/SuperBuilderWithDefaults.java
# test/transform/resource/after-ecj/SuperBuilderWithDefaults.java
|
|
fixed now (ecj)
|
|
fixed now (javac)
|
|
|
|
|
|
issues, as we only use the simple name. Actually getting the full module name is a little tricky, but this should do the job.
|
|
ended up null would cause an NPE during `toBuilder()` invocations.
|
|
should also find next priority for the astvisitors (only the annotation visitors were being considered).
|
|
the byte code
|
|
delegate of the gradle IncrementalProcessingEnvironment’.
|
|
|
|
|
|
IncrementalProcessingEnvironment." in eclipse build.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assign value once so that final fields work (ecj)
|
|
|
|
|
|
fixed now (ecj)
|
|
fixed now (javac)
|
|
non-gradle compiler. Fixed that.
|
|
|
|
|
|
|
|
|
|
|
|
removed by eclipse’s organize imports.
|
|
of replacing it with the non-experimental check about 3 years ago when builder moved out of experimental. The check has now been restored.
|
|
installed’ text in the eclipse about dialog.
|
|
|
|
|
|
|
|
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for ecj.
|
|
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for javac.
|
|
|
|
|
|
Fixes #1724
|
|
|
|
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
|
|
|