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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 25 Jul 2022 06:30AM UTC
Jobs 1
Files 77
Run time 35s
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
#3233

push

github-actions

ben-manes
Strengthen removeAll, removeIf, and retainAll in Map views

The inherited implementation from AbstractCollection uses the
iterator for removing on a match. The iterator remove does so
by key and is unconditional. In a concurrent collection the
underlying entry may be modified so that it no longer matches,
making the removal unexpected.

ConcurrentHashMap uses this iterator approach for removeAll and
retainAll, and is conditional for removeIf. Most others like Guava
likewise inherit the iterator approach. For now Caffeine will be
stronger in its evaluations, but users should consider this to be
undefined behavior and not rely on it given that others are less
strict.

7345 of 7465 relevant lines covered (98.39%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #3233.1 25 Jul 2022 06:30AM UTC 0
98.39
Source Files on build #3233
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3233
  • 00a406f8 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