-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching for usages of NavigationTreeNode.editCount
never terminates
#44196
Comments
@scheglov FYI |
We've seen some reports of this internally as well; having a repro for this problem is definitely helpful. |
It looks that IntelliJ client throws an exception, may be an invalid JSON answer from DAS, or a bug in the clients / JSON parser.
|
I see, this is because of the unnamed extension in |
https://dart-review.googlesource.com/c/sdk/+/172060 should fix DAS to return the empty string as the name of an unnamed extension. |
…g for unnamed extensions. Bug: #44196 Change-Id: Idcd6b2caa6efa37350a518d229768e9ab3e24599 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172060 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
NavigationTreeNode.editCount
Expected result: usages are found within a few seconds.
Observed result: the dialog box "Searching for usages in project files" never goes away. Judging by the output of
top
, the analysis server stops searching after a few seconds.The text was updated successfully, but these errors were encountered: