Files
openide/platform/indexing-impl
Ruslan Cheremin 015291c1e4 [indexes] IJPL-1365: made IndexStorage.clearIndexData() forcibly close storages before removing theirs files
+ Storages must be closed before removing theirs files, otherwise it is 'use-after-delete' scenario. Sometimes indexes storages wasn't closed in this scenario => a forced close() is introduced now.
+ `-Dindexes.force-close-before-reopen=false` to disable forced close (i.e. return previous behavior)

GitOrigin-RevId: 232792456a87138ceaea6c01e1db8ae73eccb8f4
2024-05-16 20:13:48 +00:00
..