mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
clear finders cache for tests
This commit is contained in:
@@ -414,4 +414,9 @@ public class JavaPsiFacadeImpl extends JavaPsiFacadeEx {
|
||||
public void setAssertOnFileLoadingFilter(@NotNull final VirtualFileFilter filter, Disposable parentDisposable) {
|
||||
((PsiManagerImpl)PsiManager.getInstance(myProject)).setAssertOnFileLoadingFilter(filter, parentDisposable);
|
||||
}
|
||||
|
||||
@TestOnly
|
||||
public void clearFindersCache() {
|
||||
myElementFinders = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user