mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -114,7 +114,7 @@ class FileDescriptionCachedValueProvider<T extends DomElement> implements SemEle
|
||||
|
||||
VirtualFile file = myXmlFile.getVirtualFile();
|
||||
FileStub stub = null;
|
||||
if (file instanceof VirtualFileWithId) {
|
||||
if (description.hasStubs() && file instanceof VirtualFileWithId) {
|
||||
ApplicationManager.getApplication().assertReadAccessAllowed();
|
||||
if (!DomStubBuilder.isStubBuilding(myXmlFile)) {
|
||||
ObjectStubTree stubTree = StubTreeLoader.getInstance().readOrBuild(myXmlFile.getProject(), file, myXmlFile);
|
||||
|
||||
Reference in New Issue
Block a user