-
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
Element not found in summary during resynthesis #35620
Comments
It's not exactly clear what's the issue here. Would you mind clarifying @nousath? |
@nousath – please include the full contents of :\Users\NOUSAT~1\AppData\Local\Temp\report.txt |
@kevmoo Here's mine, I have these multiple times a day.
|
@kika from your stack trace it looks like the analyzer is crashing because it's looking for a declaration called |
@stereotype441 I never ever opened any file from the |
@kika Just to be absolutely certain, would you mind just double checking the contents of your |
@stereotype441 Sure, I did that, and the file is intact, there's no |
@stereotype441 Another one. First line is not truncated (or it's just luck), apparently, but also seems to be happening somewhere in
|
I wonder what |
Thanks for the follow-up @kika. I'm still not sure what's going on, but we definitely have the information we need from you to investigate further. |
Raising priority due to duplicate bug reports. |
This one is interesting. I've "downgraded" to Flutter beta which recently became Also, the first error from DA that popped up didn't make any sense: it was a part of (correct) pasted code and it was used as usual: @immutable
class _SearchQuery {
...
} The rest of errors did make sense, these were missing type definitions which were not moved along with the copy-pasted code. FWIW. Analyzer Feedback from IntelliJ Version information
Exception
|
My version of this started with PictureRecorder and dart:io. I think the name clashes are very problematic. Canvas (ui) vs. Canvas (material CustomPainter). They reduced a lot when imported dart:hi as Good (under the ...) and fixed Paint where needed to Hood.Paint etc. Redefinition from libraries do not seem to flag. |
dart:ui as Hood. Damn spell auto. When I open on Thursday it will likely work till the first edit of the file using Hood.x ... I shutdown today with a issue where the analyser was saying my GlobalKey global = GlobalKey(); thought the global key was a function definition, and was saying needs arguments. Lucky I won't have to edit the file again when it's done. |
It still does it after today's dart update on 12th Feb 2019. A common cause is an edit to a generic Future. So say |
I tried to type |
Closing this as stale. Sorry we didn't get a chance to look at this issue. It was reported against a version of Dart that is at least 6 months old; please re-open if you encounter this on the latest version of Dart (or Flutter). |
Analyzer Feedback from IntelliJ
Version information
IDEA AI-181.5540.7.32.5056338
2.2.0-edge.d1817ddc91fd3aea061647b2e21860c47a5a5180
AI-181.5540.7.32.5056338, JRE 1.8.0_152-release-1136-b06x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080
Exception
Please append the contents of:
file://C:\Users\NOUSAT~1\AppData\Local\Temp\report.txt
The text was updated successfully, but these errors were encountered: