Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- Moved Completion proposal code to the PatchExtensionMethodCompletionProposal
class
- Moved out error reporting from EclipseAST.
- Fixed error reporting of the portals.
|
|
|
|
|
|
the EclipseUtils.
|
|
|
|
Casual tests show that it is working. Taken from lombok-pg.
|
|
|
|
|
|
Also belatedly bumped version to 0.11.1.
|
|
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.
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|
|
|