mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
mock tests
This commit is contained in:
@@ -107,7 +107,10 @@ public class PsiManagerImpl extends PsiManagerEx {
|
||||
|
||||
@Override
|
||||
public void dropResolveCaches() {
|
||||
((FileManagerImpl)myFileManager).processQueue();
|
||||
FileManager fileManager = myFileManager;
|
||||
if (fileManager instanceof FileManagerImpl) { // mock tests
|
||||
((FileManagerImpl)fileManager).processQueue();
|
||||
}
|
||||
beforeChange(true);
|
||||
beforeChange(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user