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

ben-manes / caffeine / #3235
100%

Build:
DEFAULT BRANCH: master
Ran 25 Jul 2022 06:37AM 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
#3235

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 #3235.1 25 Jul 2022 06:37AM UTC 0
98.39
Source Files on build #3235
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3235
  • 00a406f8 on github
  • Prev Build on master
  • Next Build on master
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