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

Issue 1009833002: Quick Assist for creating a constructor for selected final fields. (Closed)

Created:
5 years, 9 months ago by scheglov
Modified:
5 years, 9 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Quick Assist for creating a constructor for selected final fields. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=44504

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rework into a Quick Fix. #

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

Messages

Total messages: 7 (0 generated)
scheglov
5 years, 9 months ago (2015-03-15 23:24:07 UTC) #1
Brian Wilkerson
This seems strange to me because it allows the creation of a constructor that only ...
5 years, 9 months ago (2015-03-15 23:43:22 UTC) #2
scheglov
You're right. I will rework this CL into a Quick Fix. On 2015/03/15 23:43:22, Brian ...
5 years, 9 months ago (2015-03-15 23:49:52 UTC) #3
scheglov
PTAL On 2015/03/15 23:49:52, scheglov wrote: > You're right. > I will rework this CL ...
5 years, 9 months ago (2015-03-16 00:43:21 UTC) #4
Brian Wilkerson
LGTM https://codereview.chromium.org/1009833002/diff/20001/pkg/analysis_server/test/services/correction/fix_test.dart File pkg/analysis_server/test/services/correction/fix_test.dart (right): https://codereview.chromium.org/1009833002/diff/20001/pkg/analysis_server/test/services/correction/fix_test.dart#newcode290 pkg/analysis_server/test/services/correction/fix_test.dart:290: void test_createConstructor_forFinalFields() { Does this handle the case ...
5 years, 9 months ago (2015-03-16 13:17:55 UTC) #5
scheglov
https://codereview.chromium.org/1009833002/diff/20001/pkg/analysis_server/test/services/correction/fix_test.dart File pkg/analysis_server/test/services/correction/fix_test.dart (right): https://codereview.chromium.org/1009833002/diff/20001/pkg/analysis_server/test/services/correction/fix_test.dart#newcode290 pkg/analysis_server/test/services/correction/fix_test.dart:290: void test_createConstructor_forFinalFields() { On 2015/03/16 13:17:55, Brian Wilkerson wrote: ...
5 years, 9 months ago (2015-03-16 14:55:22 UTC) #6
scheglov
5 years, 9 months ago (2015-03-16 15:00:36 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 44504 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698