Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rewritten.
|
|
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages.
|
|
|
|
|
|
|
|
* htaccess for ‘nice looking’ URLs.
* download-edge overwritten upon stable releases.
* fixes to the build system.
* Added google analytics pagetracker.
|
|
all-versions.
|
|
|
|
‘website2’ is now ‘website’.
|
|
aren’t needed and kinda clutter up the jar (There are a lot of class files generated by that one source file!).
|
|
copy of that page.
|
|
Added ajaxified loading for feature pages.
|