migrate to jspecify annotations (was checker framework) #1469
Annotations
1 error and 3 warnings
snyk
Process completed with exit code 1.
|
Condition is covered by further condition:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/UnboundedLocalCache.java#L377
Condition 'value != null' covered by subsequent condition 'newValue != value'
|
Redundant type cast:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java#L1760
Casting `valueRef` to `Object` is redundant
|
Suspicious collection method call:
caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L214
Suspicious call to 'ConcurrentMap.remove()'
|