EA-841896 - T: WorkspaceFileIndexDataImpl.ensureIsUpToDate - added clarifying comment for IJ-CR-147099

(cherry picked from commit 27eb6e7b034ad3258c4790baf5a1da0b1878a339)

IJ-CR-147099

GitOrigin-RevId: cc16101960ab0403c89f53216181dc6ea43852e7
This commit is contained in:
Egor Ushakov
2024-10-23 18:45:12 +02:00
committed by intellij-monorepo-bot
parent 17412dd403
commit 4793430948

View File

@@ -62,6 +62,7 @@ public final class InlineDebugRenderer extends InlineDebugRendererBase {
private SimpleColoredText myPresentation;
public InlineDebugRenderer(XValueNodeImpl valueNode, @NotNull VirtualFile file, int line, @NotNull XDebugSession session) {
// We cannot pass any XSourcePosition object here, check EA-841896
myPosition = XSourcePositionImpl.create(file, line);
mySession = session;
myCustomNode = valueNode instanceof InlineWatchNodeImpl;