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

Issue 1440693004: Guard against null pointer exception in status page generation (Closed)

Created:
5 years, 1 month ago by Brian Wilkerson
Modified:
5 years, 1 month ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Guard against null pointer exception in status page generation R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/e1c39602ba1ef866934f35d3d8a0ab7f8efa38e5

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M pkg/analysis_server/lib/src/status/get_handler.dart View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 4 (1 generated)
Brian Wilkerson
5 years, 1 month ago (2015-11-11 22:44:53 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1440693004/diff/1/pkg/analysis_server/lib/src/status/get_handler.dart File pkg/analysis_server/lib/src/status/get_handler.dart (right): https://codereview.chromium.org/1440693004/diff/1/pkg/analysis_server/lib/src/status/get_handler.dart#newcode381 pkg/analysis_server/lib/src/status/get_handler.dart:381: if (entry != null && entry.exception != null) ...
5 years, 1 month ago (2015-11-11 22:46:12 UTC) #3
Brian Wilkerson
5 years, 1 month ago (2015-11-11 22:55:02 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e1c39602ba1ef866934f35d3d8a0ab7f8efa38e5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698