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

Issue 1763133002: New SearchEngine implementation - references only. (Closed)

Created:
4 years, 9 months ago by scheglov
Modified:
4 years, 9 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

New SearchEngine implementation - references only. And only for the elements for which we have information in the index. References to other kinds of elements - local variables, parameters, etc can be implemented using AST visitors. To be implemented in next CLs. R=brianwilkerson@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/aa7bea0d6a44013d4edd224cf4bd153f80268e55

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+915 lines, -3 lines) Patch
A pkg/analysis_server/lib/src/services/search/search_engine_internal2.dart View 1 chunk +242 lines, -0 lines 1 comment Download
A pkg/analysis_server/test/services/search/search_engine2_test.dart View 1 chunk +671 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/services/search/search_engine_test.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/search/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
scheglov
4 years, 9 months ago (2016-03-04 19:22:58 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/1763133002/diff/1/pkg/analysis_server/lib/src/services/search/search_engine_internal2.dart File pkg/analysis_server/lib/src/services/search/search_engine_internal2.dart (right): https://codereview.chromium.org/1763133002/diff/1/pkg/analysis_server/lib/src/services/search/search_engine_internal2.dart#newcode55 pkg/analysis_server/lib/src/services/search/search_engine_internal2.dart:55: return _searchReferences(element); Are the current calls to _searchReferences ...
4 years, 9 months ago (2016-03-04 19:34:44 UTC) #2
scheglov
4 years, 9 months ago (2016-03-04 20:08:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
aa7bea0d6a44013d4edd224cf4bd153f80268e55 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698