mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
file type diagnostics in dom
This commit is contained in:
@@ -336,7 +336,7 @@ public class DomFileElementImpl<T extends DomElement> implements DomFileElement<
|
||||
}
|
||||
final DomFileElementImpl<DomElement> fileElement = myManager.getFileElement(myFile);
|
||||
if (!equals(fileElement)) {
|
||||
return "file element changed: " + fileElement;
|
||||
return "file element changed: " + fileElement + "; fileType=" + myFile.getFileType();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user