mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
diagnostics for EA-95233
This commit is contained in:
@@ -736,7 +736,7 @@ public class DocumentImpl extends UserDataHolderBase implements DocumentEx {
|
||||
FileDocumentManager manager = FileDocumentManager.getInstance();
|
||||
VirtualFile file = manager.getFile(this);
|
||||
if (file != null && !file.isValid()) {
|
||||
LOG.error("File of this document has been deleted.");
|
||||
LOG.error("File of this document has been deleted: "+file);
|
||||
}
|
||||
}
|
||||
assertInsideCommand();
|
||||
|
||||
Reference in New Issue
Block a user