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

Issue 2869083002: Convert server to use RangeFactory (Closed)

Created:
3 years, 7 months ago by Brian Wilkerson
Modified:
3 years, 7 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -250 lines) Patch
M pkg/analysis_server/lib/src/services/completion/statement/statement_completion.dart View 10 chunks +11 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/assist_internal.dart View 33 chunks +49 lines, -58 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 49 chunks +60 lines, -71 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/flutter_util.dart View 3 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/selection_analyzer.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/source_range.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart View 4 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/util.dart View 7 chunks +17 lines, -16 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/convert_getter_to_method.dart View 3 chunks +4 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/convert_method_to_getter.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_local.dart View 7 chunks +6 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_method.dart View 6 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/inline_local.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/inline_method.dart View 18 chunks +25 lines, -29 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_constructor.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_import.dart View 3 chunks +5 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/search/search_engine_internal.dart View 5 chunks +5 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/services/correction/status_test.dart View 3 chunks +9 lines, -9 lines 0 comments Download
M pkg/analyzer_plugin/lib/utilities/range_factory.dart View 1 chunk +28 lines, -0 lines 2 comments Download
M pkg/analyzer_plugin/test/utilities/range_factory_test.dart View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Brian Wilkerson
3 years, 7 months ago (2017-05-09 15:57:27 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2869083002/diff/1/pkg/analyzer_plugin/lib/utilities/range_factory.dart File pkg/analyzer_plugin/lib/utilities/range_factory.dart (right): https://codereview.chromium.org/2869083002/diff/1/pkg/analyzer_plugin/lib/utilities/range_factory.dart#newcode95 pkg/analyzer_plugin/lib/utilities/range_factory.dart:95: SourceRange offsetEndIndex(int offset, int endIndex) { Drop "Index" ...
3 years, 7 months ago (2017-05-09 16:04:15 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/2869083002/diff/1/pkg/analyzer_plugin/lib/utilities/range_factory.dart File pkg/analyzer_plugin/lib/utilities/range_factory.dart (right): https://codereview.chromium.org/2869083002/diff/1/pkg/analyzer_plugin/lib/utilities/range_factory.dart#newcode95 pkg/analyzer_plugin/lib/utilities/range_factory.dart:95: SourceRange offsetEndIndex(int offset, int endIndex) { > Drop "Index" ...
3 years, 7 months ago (2017-05-09 16:51:56 UTC) #4
Brian Wilkerson
3 years, 7 months ago (2017-05-09 17:08:19 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
98e8f17b9606e909eafd399303d28ff649ed0a02 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698