Age | Commit message (Collapse) | Author |
|
catch(Throwable) instead of catch(Exception). The whole point is to default to an alternative path is anything goes wrong, and it turns out there are various ways to get Throwables instead of Exceptions.
|
|
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
|
|
|
|
|
|
|
|
|
|
|