• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ben-manes / caffeine / #5437
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 06 May 2026 06:21AM UTC
Jobs 1
Files 78
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 May 2026 05:42AM UTC coverage: 100.0%. Remained the same
#5437

push

github

ben-manes
fix stats and Guava-compat issues found by detail.dev triage

- LocalCache.statsAware(BiFunction) catches Throwable to record load
  failures for sneaky-thrown checked exceptions in asMap compute/merge,
  matching the Function variant.
- CaffeinatedGuavaCache.AsMapView.get(null) returns null for Guava
  parity with LocalCache.asMap().
- CaffeinatedGuavaLoadingCache.ExternalBulkLoader.loadAll validates the
  returned map (null map / null values) so Guava users see the same
  InvalidCacheLoadException as the single-load path; null keys defer to
  Caffeine's own NPE in cache.put.
- LocalAsyncCache.AsyncBulkCompleter records loadFailure when the
  loader returns an empty (or filtered-to-empty) map, matching the sync
  path. The single-key analogy anchors the semantic: a load that did
  not produce a cacheable value is loadFailure, even when nothing
  exceptional was thrown.

3965 of 3970 branches covered (99.87%)

13 of 13 new or added lines in 4 files covered. (100.0%)

8099 of 8099 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5437.1 06 May 2026 06:21AM UTC 78
100.0
Source Files on build #5437
  • Tree
  • List 78
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2dc42434 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc