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

Issue 12210098: Fix a couple ScheduleError error messages. (Closed)

Created:
7 years, 10 months ago by nweiz
Modified:
7 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a couple ScheduleError error messages. Committed: https://code.google.com/p/dart/source/detail?r=18350

Patch Set 1 #

Total comments: 2

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M pkg/scheduled_test/lib/src/schedule_error.dart View 1 3 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
nweiz
7 years, 10 months ago (2013-02-09 01:06:24 UTC) #1
Bob Nystrom
7 years, 10 months ago (2013-02-11 22:30:19 UTC) #2
Couple of nits, then LGTM.

https://codereview.chromium.org/12210098/diff/1/pkg/scheduled_test/lib/src/sc...
File pkg/scheduled_test/lib/src/schedule_error.dart (right):

https://codereview.chromium.org/12210098/diff/1/pkg/scheduled_test/lib/src/sc...
pkg/scheduled_test/lib/src/schedule_error.dart:47: : super.withCause(error,
stackTrace, cause) {
Indent another two.

https://codereview.chromium.org/12210098/diff/1/pkg/scheduled_test/lib/src/sc...
pkg/scheduled_test/lib/src/schedule_error.dart:48: _scheduleWasDone =
schedule.done;
I'd prefer this to be final and in the initialization list. You'll have to make
schedule not use "this." and manually initialize it too, but I like making
things final whenever possible.

Powered by Google App Engine
This is Rietveld 408576698