Age | Commit message (Collapse) | Author |
|
parameters did not work in javac.
|
|
@XxxArgsConstructor is present means it gets ignored, but until now lombok didn't warn you about this.
|
|
because attrib adds them even in places where that's wrong).
Also split up the SynchronizedName test into separate cases for each expected failure mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
or not a method is already there so lombok shouldn't generate it (now number of parameters matters), and added generics testing to RequiredArgsConstructor's static constructor feature.
|
|
|
|
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.
|
|
NoArgsConstructor annotations and added a test for issue: 172
|
|
@Getter on enums.
|
|
|
|
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.
|
|
or the parameter of the generated getter/setter methods.
|
|
|
|
their String representations.
|
|
|
|
|
|
|
|
|
|
to compile.
|
|
|