Allow caches to have nullable type arguments for their value types. #4584
Annotations
3 errors and 7 warnings
Compile (GraalVM)
Process completed with exit code 1.
|
Compile (23)
The job was canceled because "GraalVM" failed.
|
Compile (11)
The job was canceled because "GraalVM" failed.
|
Compile (24)
Cache cleanup failed. Will continue. Error: The process '/usr/bin/gradle' failed with exit code 1
|
Compile (GraalVM):
jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L58
[NullAway] Cannot pass parameter of type LoadingCache<K, @nullable Expirable<V>>, as formal parameter has type Cache<K, Expirable<V>>, which has mismatched type parameter nullability
|
Compile (GraalVM):
jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L60
[NullAway] Cannot assign from type LoadingCache<K, @nullable Expirable<V>> to type LoadingCache<K, Expirable<V>> due to mismatched nullability of type parameters
|
Compile (GraalVM):
jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L58
[NullAway] Cannot pass parameter of type LoadingCache<K, @nullable Expirable<V>>, as formal parameter has type Cache<K, Expirable<V>>, which has mismatched type parameter nullability
|
Compile (GraalVM):
jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L60
[NullAway] Cannot assign from type LoadingCache<K, @nullable Expirable<V>> to type LoadingCache<K, Expirable<V>> due to mismatched nullability of type parameters
|
Compile (GraalVM)
Cancelled the workflow run from job compile
|
Compile (23)
Cancelled the workflow run from job compile
|