Skip to content

Allow caches to have nullable type arguments for their value types. #4935

Allow caches to have nullable type arguments for their value types.

Allow caches to have nullable type arguments for their value types. #4935

Triggered via pull request December 5, 2024 14:36
Status Failure
Total duration 26m 19s
Artifacts

analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
spotbugs
Process completed with exit code 1.
pmd
Process completed with exit code 1.
forbiddenApis
Process completed with exit code 1.
spotbugs: caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java#L233
[NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull
spotbugs: caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java#L233
[NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull
pmd: caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java#L233
[NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull
pmd: caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java#L233
[NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull
forbiddenApis: caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java#L233
[NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull
forbiddenApis: caffeine/src/main/java/com/github/benmanes/caffeine/cache/CacheLoader.java#L233
[NullAway] method returns @nullable, but superclass method com.github.benmanes.caffeine.cache.CacheLoader.load(K) returns @nonnull