ErrLookup › ben-manes/caffeine
ben-manes/caffeine
A high performance caching library for Java · Java · 506 source files
Analyzed at 9da6581ee3 on 2026-08-14. 16 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| throw new ExceptionInInitializerError(e) | exception | error | caffeine, codegen, varhandle, reflection, class-initialization, jpms |
| An invalid state was detected, occurring when the key's equa | exception | error | caffeine, key-mutability, map-contract, equals-hashcode, state-corruption |
| Proxy required | exception | error | caffeine, serialization, proxy-required, invalid-object, java-serialization |
| Invalid option | exception | error | caffeine, configuration, caffeine-spec, invalid-option, parse |
| key %s value was set to %s, must be an integer | validation | error | caffeine, configuration, caffeine-spec, number-parsing, validation |
| key %s value was set to %s, must be a long | validation | error | caffeine, configuration, caffeine-spec, number-parsing, overflow |
| key %s invalid format; was %s, but the duration cannot be pa | validation | error | caffeine, configuration, caffeine-spec, duration, iso-8601 |
| key %s invalid format; was %s, must end with one of [dDhHmMs | validation | error | caffeine, configuration, caffeine-spec, duration, time-unit |
| null map | exception | error | caffeine, async, bulk-load, null-map, null-pointer |
| Proxy required | exception | error | caffeine, serialization, proxy-required, synchronous-view, async-cache |
| asyncCache required | exception | error | caffeine, serialization, proxy-validation, corrupted-stream, version-skew |
| Proxy required | exception | error | caffeine, serialization, proxy-required, unbounded-cache, java-serialization |
| Fail to alloc memory!\n | console | critical | c, memory, allocator, simulator, lirs, exit-on-error |
| Wrong ref page number found: %ld.\n | console | warning | c, input-validation, trace-format, simulator, lirs |
| Fail to realloc memory!\n | console | critical | c, memory, realloc, simulator, lirs, exit-on-error |
| Fail to generate file %s\n | console | error | c, file-io, simulator, lirs, exit-on-error, environment |