Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
into buzztaiki-issue349-test-failed
|
|
methods javadoc contains@deprecated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the ecj tests are written in a slightly more close-to-reality way, and do work for 'val'. eclipse test aspect removed.
|
|
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.
|
|
|
|
99e36bf51c26152c53c8acefa90cce80af6da434
|
|
|
|
|
|
|
|
incapabilities. Issue #251
|
|
|
|
Fixes issue #241.
|
|
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work.
|
|
240.
|
|
Javac parser handles ";" (empty statements) as empty blocks with an invalid position. Thats why delomok replaces ";" with "{}". This gets an issue when you use this in an interface, since interfaces are not allowed to have initializer blocks.
|