mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
proceed with event processing once indices are initialized, 3
This commit is contained in:
@@ -614,6 +614,7 @@ public class FileBasedIndexImpl extends FileBasedIndex {
|
||||
@Override
|
||||
public <K> boolean processAllKeys(@NotNull ID<K, ?> indexId, @NotNull Processor<K> processor, @NotNull GlobalSearchScope scope, @Nullable IdFilter idFilter) {
|
||||
try {
|
||||
waitUntilIndicesAreInitialized();
|
||||
final UpdatableIndex<K, ?, FileContent> index = getIndex(indexId);
|
||||
if (index == null) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user