Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Issue 396453004: Handle context == null in the analysis.getHover request. (Closed)

Created:
6 years, 5 months ago by Paul Berry
Modified:
6 years, 5 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Handle context == null in the analysis.getHover request. This could happen due to a race condition: the client might request hover information for a file that the server has not established a context for yet (e.g. during startup). R=scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=38207

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M pkg/analysis_server/lib/src/domain_analysis.dart View 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Paul Berry
6 years, 5 months ago (2014-07-14 19:48:19 UTC) #1
scheglov
LGTM
6 years, 5 months ago (2014-07-14 19:54:38 UTC) #2
Paul Berry
6 years, 5 months ago (2014-07-14 19:56:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r38207 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698