Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages.
|
|
|
|
|
|
|
|
aren’t needed and kinda clutter up the jar (There are a lot of class files generated by that one source file!).
|
|
Added ajaxified loading for feature pages.
|
|
|
|
|
|
|
|
|
|
|
|
appropriate.
|
|
|
|
hashCode and toString from Data and Value
|
|
|
|
support.
|
|
|
|
|
|
|
|
|
|
|
|
args.
|
|
javac/delombok.
|
|
method. whoops.
|
|
|
|
|
|
|
|
don’t make it final via `@FieldDefaults`.
|
|
(to suppress an expected and in this case analysed to be harmless, intentional use of our own deprecated API)
|
|
|
|
|
|
|
|
|
|
|
|
constructor (typemirrors).
|
|
Also removed log statements.
|
|
|
|
|
|
methods/constructors, to allow other annotation processors to see these generated methods/constructors too.
|
|
|
|
|
|
it to the string
|
|
|
|
guard against possible npe
|