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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 16 Mar 2026 02:41AM 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

16 Mar 2026 01:43AM UTC coverage: 99.861% (+0.01%) from 99.849%
#5328

push

github

ben-manes
Replace array-based lambda captures with context objects

Consolidate the mutable arrays used for passing state between
ConcurrentHashMap compute lambdas and their callers into a context
object. This reduces per-call allocation overhead, e.g. 8 small arrays
down to 1 object, and eliminates unchecked cast noise at declaration
sites.

3855 of 3870 branches covered (99.61%)

206 of 208 new or added lines in 1 file covered. (99.04%)

7892 of 7903 relevant lines covered (99.86%)

1.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
99.73
0.04% caffeine/src/main/java/com/github/benmanes/caffeine/cache/BoundedLocalCache.java
Jobs
ID Job ID Ran Files Coverage
1 #5328.1 16 Mar 2026 02:41AM UTC 78
99.86
Source Files on build #5328
  • Tree
  • List 78
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • eb67f93a on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc