mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
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:
committed by
intellij-monorepo-bot
parent
17412dd403
commit
4793430948
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user