mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-01 04:10:51 +00:00
850c3eaf07
And as expected the tests shows that @Synchronized and @SneakyThrows are currently broken for eclipse but not for ecj.
8 lines
613 B
Plaintext
8 lines
613 B
Plaintext
8 warning Not generating isFoo(): A method with that name already exists
|
|
14 warning Not generating isFoo(): A method with that name already exists (getFoo)
|
|
32 warning Not generating getFoo(): A method with that name already exists
|
|
50 warning Not generating getFoo(): A method with that name already exists
|
|
62 warning Not generating isFoo(): A method with that name already exists
|
|
68 warning Not generating isFoo(): A method with that name already exists (getFoo)
|
|
86 warning Not generating getFoo(): A method with that name already exists
|
|
104 warning Not generating getFoo(): A method with that name already exists |