mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
display the file name in "Outdated stub in index" message
This commit is contained in:
@@ -99,7 +99,7 @@ public class StubTreeLoaderImpl extends StubTreeLoader {
|
||||
|
||||
if (!stubTree.contentLengthMatches(vFile.getLength(), getCurrentTextContentLength(project, vFile, document))) {
|
||||
return processError(vFile,
|
||||
"Outdated stub in index: " + StubUpdatingIndex.getIndexingStampInfo(vFile) +
|
||||
"Outdated stub in index: " + vFile + " " + StubUpdatingIndex.getIndexingStampInfo(vFile) +
|
||||
", doc=" + document +
|
||||
", docSaved=" + saved +
|
||||
", wasIndexedAlready=" + wasIndexedAlready +
|
||||
|
||||
Reference in New Issue
Block a user