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

Issue 489973002: Initial 'Extract Local' implementation. (Closed)

Created:
6 years, 4 months ago by scheglov
Modified:
6 years, 4 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Initial 'Extract Local' implementation. Missing: 1. suggested names; 2. offsets and lengths of occurrences. 3. some clean ups. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=39434

Patch Set 1 #

Total comments: 6

Patch Set 2 : tweaks #

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 4 months ago (2014-08-20 22:01:10 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/489973002/diff/1/pkg/analysis_server/lib/src/services/correction/util.dart File pkg/analysis_server/lib/src/services/correction/util.dart (right): https://codereview.chromium.org/489973002/diff/1/pkg/analysis_server/lib/src/services/correction/util.dart#newcode1113 pkg/analysis_server/lib/src/services/correction/util.dart:1113: static List<Token> getTokens(String s) { This seems slow, ...
6 years, 4 months ago (2014-08-20 22:11:16 UTC) #2
scheglov
https://codereview.chromium.org/489973002/diff/1/pkg/analysis_server/lib/src/services/correction/util.dart File pkg/analysis_server/lib/src/services/correction/util.dart (right): https://codereview.chromium.org/489973002/diff/1/pkg/analysis_server/lib/src/services/correction/util.dart#newcode1113 pkg/analysis_server/lib/src/services/correction/util.dart:1113: static List<Token> getTokens(String s) { On 2014/08/20 22:11:16, Brian ...
6 years, 4 months ago (2014-08-20 22:19:21 UTC) #3
scheglov
6 years, 4 months ago (2014-08-20 22:20:29 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 39434 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698