mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-31 14:16:58 +00:00
850c3eaf07
And as expected the tests shows that @Synchronized and @SneakyThrows are currently broken for eclipse but not for ecj.
7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
2 error 'lazy' requires the field to be private and final.
|
|
6 error 'lazy' requires the field to be private and final.
|
|
10 error 'lazy' requires the field to be private and final.
|
|
14 warning 'lazy' does not work with AccessLevel.NONE.
|
|
17 error 'lazy' is not supported for @Getter on a type.
|
|
22 error 'lazy' requires field initialization.
|