Age | Commit message (Collapse) | Author |
|
method. whoops.
|
|
|
|
|
|
|
|
don’t make it final via `@FieldDefaults`.
|
|
|
|
|
|
|
|
constructor (typemirrors).
|
|
Also removed log statements.
|
|
|
|
|
|
methods/constructors, to allow other annotation processors to see these generated methods/constructors too.
|
|
|
|
|
|
guard against possible npe
|
|
|
|
|
|
|
|
Bugfix/builder with tolerate
|
|
|
|
|
|
time error "variable initializer is 'null'"
|
|
|
|
Added a test of a @var variable with null initialization.
|
|
functionality as the @val except 'final' modifier.
|
|
|
|
|
|
delete redundant code
|
|
|
|
|
|
|
|
legal. Also now no longer messes up syntax highlighting in eclipse.
Still need to investigate how to improve autocomplete presence of helper methods.
|
|
canEqual'. Code was changed to use protected in 4d24542dac058fcd
Signed-off-by: Ross Allan <ross@nallar.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
equals and hashCode generation when
|
|
|
|
spacanowski-master
Conflicts:
test/transform/resource/after-delombok/BuilderSingularGuavaListsSets.java
test/transform/resource/after-ecj/BuilderSingularGuavaListsSets.java
|
|
builderUpdate
|
|
https://github.com/enriquedacostacambio/lombok into enriquedacostacambio-pr-builder-on-instance-methods
Conflicts:
AUTHORS
src/core/lombok/Builder.java
src/core/lombok/eclipse/handlers/HandleBuilder.java
src/core/lombok/javac/handlers/HandleBuilder.java
|
|
javac. Also docs and changelog.
|
|
the pretty printer fixes this for delombok and javac doesn’t care, but, still, let’s generate the same structure as what is parsed).
|
|
this up for delombok and javac doesn’t care, so it technically doesn’t matter, but lets generate node structures that match what would be parsed if written out in hand).
|
|
delombok due to lack of ast.setChanged flagging
|
|
|