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

ben-manes / caffeine / #5368

Builds Branch Commit Type Ran Committer Via Coverage
#5368 v3.dev add mutation testing for coverage gap analysis push 06 Apr 2026 08:57AM UTC ben-manes github
99.82
#5367 master add mutation testing for coverage gap analysis push 06 Apr 2026 08:53AM UTC ben-manes github
99.82
#5366 v3.dev add mutation testing for coverage gap analysis push 06 Apr 2026 07:40AM UTC ben-manes github
99.82
#5365 master Skip collected entries in policy query methods Policy methods (weightOf, ageOf, getExpiresAfter, setExpiresAfter) now check node.getValue() == null before returning metadata, consistent with containsKey's handling of GC-collected weak/soft value ... push 01 Apr 2026 08:18AM UTC ben-manes github
99.82
#5364 v3.dev Skip collected entries in policy query methods Policy methods (weightOf, ageOf, getExpiresAfter, setExpiresAfter) now check node.getValue() == null before returning metadata, consistent with containsKey's handling of GC-collected weak/soft value ... push 01 Apr 2026 07:52AM UTC ben-manes github
99.82
#5363 master 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... push 01 Apr 2026 01:12AM UTC ben-manes github
99.82
#5362 v3.dev 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... push 31 Mar 2026 11:04PM UTC ben-manes github
99.82
#5361 v3.dev 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... push 31 Mar 2026 09:11PM UTC ben-manes github
99.82
#5360 master Document TimerWheel zero-boundary edge case in advance() When nanoTime transitions from -1 to exactly 0, the wrap-around compensation condition (prev < 0 and curr > 0) misses because 0 > 0 is false. This causes a 1-tick delay that self-corrects o... push 30 Mar 2026 08:00AM UTC ben-manes github
99.82
#5359 v3.dev Document TimerWheel zero-boundary edge case in advance() When nanoTime transitions from -1 to exactly 0, the wrap-around compensation condition (prev < 0 and curr > 0) misses because 0 > 0 is false. This causes a 1-tick delay that self-corrects o... push 30 Mar 2026 07:57AM UTC ben-manes github
99.82
#5358 v3.dev Use lambda parameter instead of captured outer variable The lambda declared (k, executor) but applied the captured outer key instead of k. Functionally identical but k should be used directly. push 30 Mar 2026 04:18AM UTC ben-manes github
99.82
#5357 v3.dev Fix SerializationProxy dropping zero-duration expiration on round-trip The expiration nanos fields defaulted to 0 and used > 0 checks, making "not configured" (default 0) indistinguishable from "configured as 0" (valid evict-immediately semantics... push 29 Mar 2026 07:42PM UTC ben-manes github
99.82
#5356 v3.dev add adversarial framing and parallel layers to analysis skills push 28 Mar 2026 09:47PM UTC ben-manes github
99.82
#5355 v3.dev add adversarial framing and parallel layers to analysis skills push 23 Mar 2026 06:12AM UTC ben-manes github
99.82
#5354 master codify the ad hoc analysis prompts into a structured toolbox push 22 Mar 2026 11:50PM UTC ben-manes github
99.82
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 292
  • 293
  • Next →
  • Back to Repo
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