mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
+ In concurrent environment `AOL.close()` could lead to NPE in parallel thread -> use more explicit `ClosedStorageException` -> which is already processed in `FSRecordsImpl.handleError()`, by converting to `AlreadyDisposedException`, which all the code must be ready to process anyway GitOrigin-RevId: 755b94ea50dd8f47c0a254dbe7d11e69c81fc17f
Module for generally-useful storages implementation. Many storages implementation (durable maps, enumerators, logs) are scattered across the codebase -> the idea is to gradually move them here