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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 31 Mar 2026 11:04PM 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

31 Mar 2026 10:25PM UTC coverage: 99.823%. Remained the same
#5362

push

github

ben-manes
Fix TimerWheel zero-boundary handling and async expiration delay

Fix advance() to correctly expire timers when nanoTime() crosses from
negative to zero by using separate variables for delta computation
(compensated) and bucket scanning (raw), and changing the compensation
condition from > 0 to >= 0. Fix expire() to clamp delta in long space
before narrowing to int, preventing silent no-op on large deltas. Fix
getExpirationDelay() to clamp async computing entries' negative age to
zero, preventing ~220-year scheduler delays (aedile#49).

3861 of 3876 branches covered (99.61%)

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

3 existing lines in 1 file now uncovered.

7907 of 7921 relevant lines covered (99.82%)

1.0 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
99.73
0.0% caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java
Jobs
ID Job ID Ran Files Coverage
1 #5362.1 31 Mar 2026 11:04PM UTC 78
99.82
Source Files on build #5362
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b7e10e34 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