Age | Commit message (Collapse) | Author |
|
javac’s built-in * unglobbing. Now they do.
|
|
delombok’ did not work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiling with ecj)
|
|
longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixing documentation mixup
|
|
|
|
Updated setup instructions for Gradle
|
|
Several minor fixes to make 'ant test' work more reliably on other systems
|
|
Fix @Builder complete doc link.
|
|
|
|
|
|
Fixes #869, fixes #1018
|
|
|
|
Currently, the following code triggers a warning in IntelliJ.
(I'm using the current version, 2016.3.4.)
throw Lombok.sneakyThrow(e);
> Dereference of 'Lombok.sneakyThrow(e)' may produce 'java.lang.NullPointerException'.
This change eliminates the warning.
All tests pass. I ran:
ant setupJavaOpenJDK6TestEnvironment
ant test
ant setupJavaOpenJDK7TestEnvironment
ant test
ant setupJavaOracle7TestEnvironment
ant test
ant setupJavaOracle8TestEnvironment
ant test
|
|
|
|
browser windows.
|