mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
EA-937001 - PIEAE: PsiUtilCore.ensureValid
GitOrigin-RevId: 4341dc9dacd60695bb319f88c7a4e019fc0894dc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8861afd7f6
commit
e553fdf221
@@ -10,6 +10,7 @@ import com.intellij.openapi.diagnostic.Logger;
|
||||
import com.intellij.openapi.progress.ProcessCanceledException;
|
||||
import com.intellij.psi.PsiElement;
|
||||
import com.intellij.psi.PsiFile;
|
||||
import com.intellij.psi.PsiInvalidElementAccessException;
|
||||
import com.intellij.util.concurrency.SequentialTaskExecutor;
|
||||
import com.intellij.util.concurrency.annotations.RequiresBackgroundThread;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
@@ -88,6 +89,8 @@ final class ChainResolver {
|
||||
catch (ProcessCanceledException e) {
|
||||
throw e;
|
||||
}
|
||||
catch (PsiInvalidElementAccessException ignored) {
|
||||
}
|
||||
catch (Throwable e) {
|
||||
LOG.error(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user