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

Issue 12787002: Fix analyzer warnings in dart:io. (Closed)

Created:
7 years, 9 months ago by Anders Johnsen
Modified:
7 years, 9 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix analyzer warnings in dart:io. BUG= Committed: https://code.google.com/p/dart/source/detail?r=19860

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M sdk/lib/io/http_impl.dart View 1 chunk +2 lines, -1 line 2 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
TBR
7 years, 9 months ago (2013-03-12 13:03:43 UTC) #1
Anders Johnsen
Committed patchset #1 manually as r19860 (presubmit successful).
7 years, 9 months ago (2013-03-12 13:03:57 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/12787002/diff/1/sdk/lib/io/http_impl.dart File sdk/lib/io/http_impl.dart (right): https://codereview.chromium.org/12787002/diff/1/sdk/lib/io/http_impl.dart#newcode431 sdk/lib/io/http_impl.dart:431: _HttpResponse response = this as _HttpResponse; You don't ...
7 years, 9 months ago (2013-03-12 13:22:10 UTC) #3
Anders Johnsen
7 years, 9 months ago (2013-03-12 13:30:01 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/12787002/diff/1/sdk/lib/io/http_impl.dart
File sdk/lib/io/http_impl.dart (right):

https://codereview.chromium.org/12787002/diff/1/sdk/lib/io/http_impl.dart#new...
sdk/lib/io/http_impl.dart:431: _HttpResponse response = this as _HttpResponse;
On 2013/03/12 13:22:10, Søren Gjesse wrote:
> You don't need "as _HttpResponse" here.

The editor told me I did - see new CL :)

Powered by Google App Engine
This is Rietveld 408576698