Age | Commit message (Collapse) | Author |
|
|
|
|
|
The bugfix was originally created by mateusz-matela
|
|
|
|
This reverts commit c489b49c3684e0d8cc52c5180207375d1313dbc5.
|
|
This reverts commit 43d91281d0a298df72b38c43d87769c3a33e950b.
|
|
|
|
See bazelbuild/bazel#4393
|
|
|
|
|
|
|
|
Javac9.
|
|
|
|
|
|
fixes #1521
|
|
fixes #1521
|
|
|
|
instead of default on.
|
|
#1518
|
|
broke it with JDK9).
|
|
|
|
compiler errors, not stack traces.
|
|
|
|
javac’s built-in * unglobbing. Now they do.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|