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

Issue 2692983003: Add fix for missing @required params. (Closed)

Created:
3 years, 10 months ago by pquitslund
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Removed unneeded async. #

Total comments: 21

Patch Set 3 : Fixes. #

Total comments: 1

Patch Set 4 : Added test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -0 lines) Patch
M pkg/analysis_server/lib/src/services/correction/fix.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 1 2 2 chunks +54 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/services/correction/fix_test.dart View 1 2 3 2 chunks +109 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
pquitslund
3 years, 10 months ago (2017-02-14 21:51:06 UTC) #2
scheglov
LGTM in general, but might be useful to add more tests. https://codereview.chromium.org/2692983003/diff/20001/pkg/analysis_server/lib/src/services/correction/fix.dart File pkg/analysis_server/lib/src/services/correction/fix.dart (right): ...
3 years, 10 months ago (2017-02-14 22:06:07 UTC) #3
Brian Wilkerson
lgtm, modulo Konstantin's comments https://codereview.chromium.org/2692983003/diff/20001/pkg/analysis_server/lib/src/services/correction/fix_internal.dart File pkg/analysis_server/lib/src/services/correction/fix_internal.dart (right): https://codereview.chromium.org/2692983003/diff/20001/pkg/analysis_server/lib/src/services/correction/fix_internal.dart#newcode270 pkg/analysis_server/lib/src/services/correction/fix_internal.dart:270: if (errorCode == HintCode.MISSING_REQUIRED_PARAM) { ...
3 years, 10 months ago (2017-02-14 22:23:12 UTC) #4
pquitslund
Thanks for the feedback! I think I've got your concerns addressed... PTAL. https://codereview.chromium.org/2692983003/diff/20001/pkg/analysis_server/lib/src/services/correction/fix.dart File pkg/analysis_server/lib/src/services/correction/fix.dart ...
3 years, 10 months ago (2017-02-14 23:41:38 UTC) #5
Brian Wilkerson
lgtm https://codereview.chromium.org/2692983003/diff/40001/pkg/analysis_server/test/services/correction/fix_test.dart File pkg/analysis_server/test/services/correction/fix_test.dart (right): https://codereview.chromium.org/2692983003/diff/40001/pkg/analysis_server/test/services/correction/fix_test.dart#newcode501 pkg/analysis_server/test/services/correction/fix_test.dart:501: } Possibly add a test case where there ...
3 years, 10 months ago (2017-02-14 23:58:20 UTC) #6
scheglov
lgtm
3 years, 10 months ago (2017-02-15 00:03:21 UTC) #7
pquitslund
On 2017/02/14 23:58:20, Brian Wilkerson wrote: > lgtm > > https://codereview.chromium.org/2692983003/diff/40001/pkg/analysis_server/test/services/correction/fix_test.dart > File pkg/analysis_server/test/services/correction/fix_test.dart (right): ...
3 years, 10 months ago (2017-02-15 00:13:44 UTC) #8
pquitslund
3 years, 10 months ago (2017-02-15 17:02:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
e2808dff233a0c910cd8526b54138e371fef1259 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698