Age | Commit message (Collapse) | Author |
|
actions to make the wrong decisions.
Patching ControlStatementFinder solves the same problem, with less side effects
|
|
CleanUpPostSaveListener
|
|
|
|
|
|
|
|
99e36bf51c26152c53c8acefa90cce80af6da434
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0.10.2 release.
|
|
|
|
in java7 is now completely broken but we'll fix that next.
|
|
|
|
can't be @EqualsAndHashCode marked.
|
|
|
|
See issues 43, 271, and 287.
|
|
is) separately compilable, i.e. has no deps on any of the others.
This is preparation work for being able to access some of these from lombok.ast without creating a cyclic dependency nightmare.
|
|
|
|
|
|
|
|
warrant a new version.
|
|
In eclipse assigned final fields broke the @AllArgsConstructor. Now they are just skipped as intended.
|
|
Request to be allowed to contribute. :)
|
|
|
|
(Due to yet another bug in javac's pretty printer...)
|
|
|
|
|
|
|
|
InterceptingJavaFileObject) now also delegated. Relevant for IntelliJ support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
platforms.
|
|
|
|
|
|
|
|
also contains @SneakyThrows
|
|
|
|
|
|
|
|
suppress writes to standard out, but javac7 has a redesigned error system where errors are cached. Now the LogDisabler also wipes out any cached errors added in between a 'disable' and 'enable' session. Ironically we actually whined to Joe Darcy about javac6 emitting errors 'too early' and this caching system is the result. Heh.
This was already the case, but a disableLoggers() call HAS to be paired with an enableLoggers() call, so use try/finally.
Fixes issue #259.
|