-
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
Exception in completion #24630
Labels
analyzer-completion
Issues with the analysis server's code completion feature
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
Milestone
Comments
scheglov
added
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
analyzer-completion
Issues with the analysis server's code completion feature
labels
Oct 19, 2015
bwilkerson
added
Type-Defect
P1
A high priority bug; for example, a single project is unusable or has many test failures
labels
Oct 19, 2015
I cannot reproduce this. I'm lowering the priority for now until we get a consistent bead on this problem. |
danrubel
added
Priority-Medium
and removed
P1
A high priority bug; for example, a single project is unusable or has many test failures
labels
Oct 19, 2015
Sorry for the delay. I was trying to find a way to repro this exception, but could not. This should keep it from occurring... https://codereview.chromium.org/1418093003/ |
danrubel
pushed a commit
that referenced
this issue
Oct 22, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1412423006 .
danrubel
pushed a commit
that referenced
this issue
Oct 27, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1418093003 . (cherry picked from commit 6726ac5)
danrubel
pushed a commit
that referenced
this issue
Oct 27, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1412423006 . (cherry picked from commit f45c8bc)
danrubel
pushed a commit
that referenced
this issue
Oct 27, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1418093003 . (cherry picked from commit 6726ac5)
danrubel
pushed a commit
that referenced
this issue
Oct 27, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1412423006 . (cherry picked from commit f45c8bc)
danrubel
pushed a commit
that referenced
this issue
Oct 27, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1418093003 .
danrubel
pushed a commit
that referenced
this issue
Oct 27, 2015
R=scheglov@google.com Review URL: https://codereview.chromium.org/1412423006 .
kevmoo
added
P2
A bug or feature request we're likely to work on
and removed
Priority-Medium
labels
Mar 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
analyzer-completion
Issues with the analysis server's code completion feature
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
I was typing this and attempt to complete.
Approximately.
SearchDomainHandler(AnalysisServer server) : server = server, searchEngine = server.sea^ {
searchEngine = server.searchEngine;
}
Dart analysis server, SDK version 1.13.0-edge.e0636b183c4ab2a87b2d93198105c1413e3ea4d8, server version 1.12.0, FATAL error: The null object does not have a getter 'library'.
The text was updated successfully, but these errors were encountered: