Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
Fix for renaming class using Alt+Shift+R (Issue 286 variant)
|
|
Should hopefully fix Netbeans performance issue #242. Compared heap
dump pre and post-fix, seems to work.
|
|
shadow' feature way better; previously it would only find very few locally named classes (your own class and any parent outers, that was it, no siblings).
|
|
generatedBy's. convertToFieldDeclaration now als marks the resulting FieldDeclaration as isGenerated
|
|
|
|
errors in eclipse-log when using @Delegate.
|