Bump errorprone-core from 2.27.1 to 2.28.0 #4241
Annotations
10 warnings
caffeine/src/main/java/com/github/benmanes/caffeine/cache/References.java#L72
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
caffeine/src/main/java/com/github/benmanes/caffeine/cache/References.java#L90
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
jcache/src/main/java/com/github/benmanes/caffeine/jcache/CacheProxy.java#L977
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
jcache/src/main/java/com/github/benmanes/caffeine/jcache/configuration/CaffeineConfiguration.java#L99
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
jcache/src/main/java/com/github/benmanes/caffeine/jcache/CacheFactory.java#L113
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
simulator/src/main/java/com/github/benmanes/caffeine/cache/simulator/report/Metrics.java#L118
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
guava/src/test/java/com/github/benmanes/caffeine/guava/compatibility/CacheBuilderFactory.java#L205
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
caffeine/src/test/java/com/github/benmanes/caffeine/cache/LocalCacheSubject.java#L77
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
caffeine/src/test/java/com/github/benmanes/caffeine/cache/LocalCacheSubject.java#L80
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
caffeine/src/test/java/com/github/benmanes/caffeine/cache/LocalCacheSubject.java#L83
[PatternMatchingInstanceof] This code can be simplified to use a pattern-matching instanceof.
|
This job succeeded
Loading