Age | Commit message (Collapse) | Author |
|
into the classfile, even when lombok generated constructors.
|
|
|
|
|
|
|
|
Conflicts:
src/core/lombok/eclipse/handlers/HandleGetter.java
src/core/lombok/eclipse/handlers/HandleSetter.java
src/core/lombok/javac/handlers/HandleGetter.java
src/core/lombok/javac/handlers/HandleSetter.java
|
|
|
|
|
|
|
|
values
|
|
in experimental package).
|
|
|
|
getter/setter
|
|
|
|
|
|
methods javadoc contains@deprecated
|
|
fixes issue 341 where use of @Delegate with T-extends type parameters would prepend a dot to the fully qualified classname.
|
|
|
|
|
|
|
|
|
|
|
|
types. (Issue #345).
|
|
|
|
and saving one byte isn't relevant, as far as I know. This is simpler, too :)
|
|
subapps not show up in the list of available commands.
|
|
|
|
|
|
|
|
will use the getter for delegation
|
|
|
|
|
|
|
|
|
|
|
|
2) HandleEqualsAndHashCode now use SetGeneratedByVisitor to ensure "correct" sourcepositions
3) SetGeneratedByVisitor now sets QualifiedNameReference.sourcePositions
|
|
|
|
|
|
|
|
patching. This can be used to check that lombok is managing to successfully inject code into the eclipse VM instance.
|
|
|
|
|
|
have an asm dependency and now due to lacking the jarjar treatment all sorts of VerifyError hell breaks loose if you put both lombok.jar and lombok-utils.jar of 0.10.6 in the classpath while compiling with javac.
|
|
|
|
|
|
|
|
jvanderhel-Issue_315
|
|
|
|
jvanderhel-Issue_308
|
|
|
|
name-shadow. Added tests for the type resolver.
|