Age | Commit message (Collapse) | Author |
|
pretty print correctly.
|
|
a few bugs involving these. Also removed the old pretty printer.
|
|
|
|
in JDK8, but we’d print errors in delombok when encountering these.
|
|
|
|
|
|
|
|
|
|
|
|
seems to just remove these from the AST entirely.
|
|
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.
|
|
the actual package.
See discussion at https://groups.google.com/d/topic/project-lombok/64zuUlLnVMc/discussion
|
|
new way delombok works.
|
|
|
|
|
|
and 'abstract' are implied).
|
|
|
|
|