Age | Commit message (Collapse) | Author |
|
Implements issue #47.
|
|
|
|
'this.'
Addresses issue #48
|
|
traces of the annotation for lombok itself. This didn't work well with @Data and how it interacts with existing @Getter/@Setter annotations. @Data scans for those annotations to determine that it shouldn't do anything. By deleting them, this process wasn't working anymore.
|
|
in it, in javac only.
|
|
|
|
text printed by main executable.
|
|
|
|
bug, which was causing the following exception in the eclipse error log:
java.lang.VerifyError: (class: org/eclipse/jdt/internal/corext/dom/LinkedNodeFinder, method: findByBinding signature: (Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/IBinding;)[Lorg/eclipse/jdt/core/dom/SimpleName;) Incompatible argument to function
|
|
|
|
|
|
setters, just like @Nullable is copied.
Implements feature request issue 128.
|
|
|
|
|
|
|
|
|
|
|
|
build-time and not a run-time dependency.
|
|
|
|
|
|
useful; the advice it gives will now actually work.
|
|
error you'd get if it cant be found.
|
|
|
|
|
|
|
|
|
|
|
|
and 'abstract' are implied).
|
|
parameters.
Note that JDK7 fixed this themselves though they kept the silly comments.
|
|
|
|
|
|
|
|
|
|
we do not run them again.
|
|
|
|
|
|
|
|
|
|
getFoo method in eclipse.
|
|
GetFoo prevents lombok from making a getFoo method) only occurs on eclipse, as the test passes.
|
|
|
|
processor is now the core processor that farms out the work to context-specific implementations.
|
|
|
|
|
|
class that farms out the work to a specific implementation depending on environment; previously lombok.jar's annotation processor was javac specific.
|
|
|
|
|
|
|
|
a full release.
|
|
snippet.
|