Age | Commit message (Collapse) | Author |
|
commits ago).
isGenerated was being transplanted twice, resulting in a ClassFormatError.
NB: This is my fault - transplanting was the only fix I introduced on top of Philipp's work.
|
|
declaration if we're about to add an enum constant.
|
|
|
|
|
|
lombok's annotation framework.
|
|
boolean-returning interface methods for eclipse's postdiet and javac's isResolutionBased.
|
|
|
|
|
|
|
|
Solved trivial merge conflict based on ordering of import statements
Conflicts:
src/core/lombok/javac/handlers/JavacHandlerUtil.java
|
|
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
|
|
|
|
|
|
Conflicts:
doc/changelog.markdown
|
|
Issue #350
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
errors but I don't think it would work right anyway), and prettied up the error message when you use @Delegate wrong (on static items or methods with args).
Also put back something I accidentally deleted with the previous merge.
|