Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
getter/setter
|
|
Conflicts:
doc/changelog.markdown
|
|
Issue #350
|
|
|
|
|
|
|
|
through the complete compile process. This means val and @Delegate testing is now enabled.
TODO: Update -eclipse tests.
|
|
|
|
will use the getter for delegation
|
|
|
|
name-shadow. Added tests for the type resolver.
|
|
|
|
enum constants.
Also the new fields are ordered in the same way the method injectField() gets invoked.
|
|
|
|
|
|
|
|
incapabilities. Issue #251
|
|
240.
|
|
HandleDelegate was called multiple times for the same field resulting in an error saying the delegate method was already defined.
Also added a test for @Delegate that uncovered this issue.
|
|
Lombok.preventNullAnalysis but go with Collections.singletonList(expr).get(0)
instead; while this does create a pointless object, it doesn't cause a clash
when eclipse has lombok 0.10 installed but the project uses 0.9, which doesn't
have preventNullAnalysis. Eventually, once 0.9 is long forgotten, this can be reverted.
|
|
NoArgsConstructor annotations and added a test for issue: 172
|
|
@Getter on enums.
|
|
|
|
fixing the bug where lombok will call equals(SomeSpecificType) instead of equals(Object) from data. This commit rectifies this by updating the tests.
|
|
compilation unit as changed.
|
|
- Removed the option to specify a different class to log on
- Updated tests and documentation
|
|
|
|
Conflicts:
src/core/lombok/javac/handlers/HandleGetter.java
|
|
|
|
|
|
new way delombok works.
|
|
Conflicts:
src/core/lombok/eclipse/handlers/EclipseHandlerUtil.java
|
|
or the parameter of the generated getter/setter methods.
|
|
warnings about variables that cannot be null
|
|
|
|
their String representations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to compile.
|
|
|