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

ben-manes / caffeine / 2399
100%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2019 04:55AM UTC
Jobs 1
Files 74
Run time 7s
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

pending completion
2399

push

travis-ci

ben-manes
JavaDoc that asMap() provides atomic computations

A map computation is a powerful and useful feature that has always been
fully supported. While not all ConcurrentMap implementations offer it
atomically, ConcurrentHashMap does and Caffeine extends that support.

Because compute/merge methods were added in Java 8 and are not always
atomic, users tend to not consider them. Since their characteristics is
not well-known or defined, it should be noted specifically in asMap().
As with any feature, it is useful but should not be abused (e.g. no
support for recursive computations).

5997 of 6386 relevant lines covered (93.91%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2399.2 (GROUP=tests) 11 Jul 2019 04:55AM UTC 0
93.91
Travis Job 2399.2
Source Files on build 2399
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2399
  • cc38ca4b on github
  • Prev Build on master (#2398)
  • Next Build on master (#2408)
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