Files
sdk/pkg/analysis_server/lib
paulberry@google.com 30be07745a 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

Review URL: https://codereview.chromium.org//396453004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38207 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-14 19:56:28 +00:00
..