 peichhornandReinier Zwitserloot
|
87cca2d322
|
[Issue 275] Allow @Delegate on no-argument methods
|
2012-01-19 00:44:47 +01:00 |
|
Reinier Zwitserloot
|
ae87a26456
|
Now the type resolver also finds top-level types in a compilation unit that name-shadow. Added tests for the type resolver.
|
2011-12-19 20:09:40 +01:00 |
|
Reinier Zwitserloot
|
3b921ad7f6
|
Fix for issue 299: labels would break 'val' in javac.
|
2011-11-20 19:04:31 +01:00 |
|
peichhorn
|
0d75d56fce
|
Eclipse/JavacHandlerUtil.injectField(...) inserts the new fields after the enum constants.
Also the new fields are ordered in the same way the method injectField() gets invoked.
|
2011-11-13 09:06:57 +01:00 |
|
Robbert Jan Grootjans
|
88a83e08a9
|
Fixed eclipse and ecj unit test broken by 99e36bf51c
|
2011-11-07 21:51:12 +01:00 |
|
Roel Spilker
|
2fcfc4c3dc
|
Fixed unit tests to take into account work on issue 289 and 287.
|
2011-11-01 00:53:21 +01:00 |
|
peichhorn
|
236c88fc5c
|
fixed Issue 271: @NotNull annotations should introduce a null check
|
2011-09-05 21:53:58 +02:00 |
|
Roel Spilker
|
a284600987
|
Removed support for onMethod, onParam and onConstructor due to javac7 type incapabilities. Issue #251
|
2011-08-15 21:21:51 +02:00 |
|
Roel Spilker
|
83e2fb5e00
|
Now either all or none of equals/hashCode/canEqual is generated. Fixes issue 240.
|
2011-07-18 21:05:00 +02:00 |
|
Philipp Eichhorn
|
476b198f16
|
Allow "before" to be used as a source-package for eclipse tests (see LoggerSlf4jWithPackage).
|
2011-06-05 22:14:50 +02:00 |
|
peichhorn
|
850c3eaf07
|
Added a test infrastructure that simulates eclipse with diet-parse, type-binding and so forth. Similar to eclipse, the test needs to be executed with lombok as vm-agent. @Delegate runs with this setup, sadly val does not, at least for now.
And as expected the tests shows that @Synchronized and @SneakyThrows are currently broken for eclipse but not for ecj.
|
2011-06-01 02:44:53 +02:00 |
|