Age | Commit message (Collapse) | Author |
|
Several minor fixes to make 'ant test' work more reliably on other systems
|
|
|
|
Fixes #869, fixes #1018
|
|
extends Object
|
|
|
|
|
|
appropriate.
|
|
|
|
hashCode and toString from Data and Value
|
|
|
|
support.
|
|
|
|
Added name to AUTHORS file. Added ECJ fix and test. Made one of the
variables final to also verify the final error case.
|
|
|
|
|
|
args.
|
|
case-sensitive file systems.
|
|
`@Builder` in javac.
|
|
javac/delombok.
|
|
|
|
|
|
classes (or constructors of non-static inner classes) doesn't work.
|
|
|
|
|
|
Generates the null check on the constructor parameter instead of the
instance field. Fix for issues #869 and #1018.
|
|
|
|
|
|
|
|
|
|
Bugfix/builder with tolerate
|
|
fix of the issue 1228
|
|
|
|
|
|
time error "variable initializer is 'null'"
|
|
arrays in Eclipse
|
|
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
|
|
Added a test of a @var variable with null initialization.
|
|
functionality as the @val except 'final' modifier.
|
|
|
|
|
|
|
|
|
|
|
|
legal. Also now no longer messes up syntax highlighting in eclipse.
Still need to investigate how to improve autocomplete presence of helper methods.
|
|
|
|
|
|
|
|
equals and hashCode generation when
|
|
|
|
|