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

Issue 458063002: Initial work on refactorings. (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

Patch Set 1 #

Total comments: 43

Patch Set 2 : Fixes for review comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1173 lines, -24 lines) Patch
A pkg/analysis_services/lib/correction/status.dart View 1 1 chunk +398 lines, -0 lines 2 comments Download
A pkg/analysis_services/lib/refactoring/refactoring.dart View 1 1 chunk +92 lines, -0 lines 0 comments Download
M pkg/analysis_services/lib/src/correction/statement_analyzer.dart View 2 chunks +1 line, -17 lines 0 comments Download
A pkg/analysis_services/lib/src/refactoring/refactoring.dart View 1 1 chunk +27 lines, -0 lines 0 comments Download
A pkg/analysis_services/lib/src/refactoring/rename.dart View 1 1 chunk +207 lines, -0 lines 0 comments Download
A pkg/analysis_services/lib/src/refactoring/rename_local.dart View 1 1 chunk +56 lines, -0 lines 0 comments Download
M pkg/analysis_services/test/correction/name_suggestion_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_services/test/correction/source_range_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A pkg/analysis_services/test/correction/status_test.dart View 1 1 chunk +274 lines, -0 lines 0 comments Download
M pkg/analysis_services/test/correction/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download
A pkg/analysis_services/test/refactoring/rename_local_test.dart View 1 1 chunk +101 lines, -0 lines 0 comments Download
A + pkg/analysis_services/test/refactoring/test_all.dart View 1 chunk +4 lines, -5 lines 0 comments Download
M pkg/analysis_services/test/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 +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scheglov
6 years, 4 months ago (2014-08-11 03:07:19 UTC) #1
Brian Wilkerson
Some of my comments might not be appropriate, depending on how far along some of ...
6 years, 4 months ago (2014-08-11 16:27:48 UTC) #2
scheglov
PTAL https://codereview.chromium.org/458063002/diff/1/pkg/analysis_services/lib/correction/status.dart File pkg/analysis_services/lib/correction/status.dart (right): https://codereview.chromium.org/458063002/diff/1/pkg/analysis_services/lib/correction/status.dart#newcode22 pkg/analysis_services/lib/correction/status.dart:22: RefactoringStatus createErrorStatus(String msg, On 2014/08/11 16:27:47, Brian Wilkerson ...
6 years, 4 months ago (2014-08-11 18:06:26 UTC) #3
Brian Wilkerson
LGTM https://codereview.chromium.org/458063002/diff/1/pkg/analysis_services/lib/refactoring/refactoring.dart File pkg/analysis_services/lib/refactoring/refactoring.dart (right): https://codereview.chromium.org/458063002/diff/1/pkg/analysis_services/lib/refactoring/refactoring.dart#newcode19 pkg/analysis_services/lib/refactoring/refactoring.dart:19: RenameRefactoring createRenameRefactoring(SearchEngine searchEngine, > I don't know for ...
6 years, 4 months ago (2014-08-11 18:45:30 UTC) #4
scheglov
https://codereview.chromium.org/458063002/diff/20001/pkg/analysis_services/lib/correction/status.dart File pkg/analysis_services/lib/correction/status.dart (right): https://codereview.chromium.org/458063002/diff/20001/pkg/analysis_services/lib/correction/status.dart#newcode70 pkg/analysis_services/lib/correction/status.dart:70: * Returns the [RefactoringStatusEntry] with the highest severity, or ...
6 years, 4 months ago (2014-08-11 18:58:21 UTC) #5
scheglov
6 years, 4 months ago (2014-08-11 18:58:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as 39098 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698