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

Issue 498763003: Initial 'Extract Method' refactoring 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 Method' refactoring implementation. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=39520

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3341 lines, -25 lines) Patch
M pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart View 3 chunks +7 lines, -12 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/util.dart View 13 chunks +100 lines, -12 lines 2 comments Download
A pkg/analysis_server/lib/src/services/refactoring/extract_method.dart View 1 chunk +1007 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/refactoring.dart View 2 chunks +96 lines, -1 line 0 comments Download
A pkg/analysis_server/test/services/refactoring/extract_method_test.dart View 1 chunk +2124 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analysis_testing/lib/abstract_single_unit.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/analysis_testing/lib/mock_sdk.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 4 months ago (2014-08-25 04:57:28 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/498763003/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/498763003/diff/1/pkg/analysis_server/lib/src/services/correction/util.dart#newcode352 pkg/analysis_server/lib/src/services/correction/util.dart:352: (node.parent as VariableDeclaration).name == node; Does this also ...
6 years, 4 months ago (2014-08-25 07:44:00 UTC) #2
scheglov
https://codereview.chromium.org/498763003/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/498763003/diff/1/pkg/analysis_server/lib/src/services/correction/util.dart#newcode352 pkg/analysis_server/lib/src/services/correction/util.dart:352: (node.parent as VariableDeclaration).name == node; On 2014/08/25 07:44:00, Brian ...
6 years, 4 months ago (2014-08-25 15:36:29 UTC) #3
scheglov
6 years, 4 months ago (2014-08-25 15:38:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as 39520 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698