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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 25 May 2026 09:01PM 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

25 May 2026 08:29PM UTC coverage: 100.0%. Remained the same
#5480

push

github

ben-manes
Fix missing exception handling in LoadingCache.refresh()

When a user-supplied Expiry or Weigher throws during the refresh
completion handler's compute call, the exception was silently swallowed
because CompletableFuture.whenComplete captures it into a discarded
future. This caused loadFailureCount to be permanently under-counted
and no warning to be logged. Both sibling implementations
(BoundedLocalCache.refreshIfNeeded and LocalAsyncLoadingCache
.tryComputeRefresh) already had the try/catch; this aligns
LocalLoadingCache.refresh with them.

4004 of 4010 branches covered (99.85%)

19 of 19 new or added lines in 2 files covered. (100.0%)

8202 of 8202 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5480.1 25 May 2026 09:01PM UTC 78
100.0
Source Files on build #5480
  • Tree
  • List 78
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 84e34a57 on github
  • Prev Build on master
  • 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