You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worse, the error message is unreadable (the text is confined to an itty-bitty square somehow). However, thanks to the UI Inspector, I can recover the HTML for the error message. (The whitespace was somewhat mangled, so I've tweaked it.)
Thank you for the very detailed report! I'll try to get to this soon. It looks like an easy fix, but I also want to add some test coverage for the VFS tracer (currently there is very little).
p.s. the VFS tracer is relatively experimental and hasn't received very much usage yet. So if you have used it in the past, please let me know how it went / whether it was useful!
Worse, the error message is unreadable (the text is confined to an itty-bitty square somehow). However, thanks to the UI Inspector, I can recover the HTML for the error message. (The whitespace was somewhat mangled, so I've tweaked it.)
However, it seems that this instance of
createPsiNoLock
is a copy and paste error: the method in question is actually namedprocessElements
:ide-perf/src/main/java/com/google/idea/perf/vfstracer/VirtualFileTracer.kt
Line 252 in 3610383
It looks like this got moved to
com.intellij.psi.stubs.StubIndexEx#processElements
in commitJetBrains/intellij-community@7aa4148.
The text was updated successfully, but these errors were encountered: