wip - issue 1687 #4231
Annotations
4 errors and 5 warnings
Compile (GraalVM):
caffeine/src/test/java/com/github/benmanes/caffeine/cache/EvictionTest.java#L306
[CheckReturnValue] The result of `getAll(...)` must be used
|
Compile (GraalVM)
Process completed with exit code 1.
|
Compile (22)
The job was canceled because "GraalVM" failed.
|
Compile (11)
The job was canceled because "GraalVM" failed.
|
Compile (GraalVM):
caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L286
[UnusedVariable] The parameter 'loadTime' is never read.
|
Compile (GraalVM):
caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L248
[CanIgnoreReturnValueSuggester] Methods that always return 'this' (or return an input parameter) should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue
|
|
|
Compile (GraalVM):
caffeine/src/test/java/com/github/benmanes/caffeine/cache/EvictionTest.java#L306
[FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.
|