Skip to content
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

Dart analysis server error: Element not found in summary #34555

Closed
rayk opened this issue Sep 24, 2018 · 3 comments
Closed

Dart analysis server error: Element not found in summary #34555

rayk opened this issue Sep 24, 2018 · 3 comments
Labels
analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@rayk
Copy link

rayk commented Sep 24, 2018

Analyzer Feedback from IntelliJ

Version information

  • IDEA 183.2635.17
  • 2.1.0-dev.5.0
  • WS-183.2635.17, JRE 1.8.0_152-release-1293-b10x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.13.6, screens 2560x1440, 1200x1920

Exception

Please append the contents of:
file:///private/var/folders/k3/rpf30xp576gd3b7wdpvvyg2r0000gn/T/report.txt

Dart analysis server, SDK version 2.1.0-dev.5.0, server version 1.20.5, error: Analysis failed: /Users/rayk/Projects/app/lib/src/services/state/root.dart
Exception: Element not found in summary: package:app/src/services/state/root.dart
@bwilkerson
Copy link
Member

Was there a stack trace with the exception?

@bwilkerson bwilkerson added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-server type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Sep 24, 2018
@empirefox
Copy link

I also got that error from Android Studio today, but build always success without any error. Everything is ok now after i do:

  -  final Completer _sinkDone = Completer();
  + final Completer<bool> _sinkDone = Completer();

@stereotype441 stereotype441 changed the title Another analyser error. Dart analysis server error: Element not found in summary Oct 21, 2018
@stereotype441
Copy link
Member

Hopefully fixed by e648d63. Unfortunately since we don't have a reliable repro we will have to wait and see. I'll reopen if a similar problem is seen in a version including this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants