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

Issue 422573003: Implementation of the 'search.getTypeHierarchy' API. (Closed)

Created:
6 years, 5 months ago by scheglov
Modified:
6 years, 4 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implementation of the 'search.getTypeHierarchy' API. R=paulberry@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=38626

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+790 lines, -12 lines) Patch
M pkg/analysis_server/lib/src/computer/element.dart View 3 chunks +17 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/constants.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_analysis.dart View 2 chunks +9 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/search/search_domain.dart View 3 chunks +27 lines, -0 lines 0 comments Download
A pkg/analysis_server/lib/src/search/type_hierarchy.dart View 1 chunk +168 lines, -0 lines 2 comments Download
M pkg/analysis_server/test/analysis/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/search/test_all.dart View 2 chunks +3 lines, -1 line 0 comments Download
A pkg/analysis_server/test/search/type_hierarchy_test.dart View 1 chunk +556 lines, -0 lines 0 comments Download
M pkg/analysis_services/lib/constants.dart View 5 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
6 years, 5 months ago (2014-07-25 21:06:48 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/422573003/diff/1/pkg/analysis_server/lib/src/search/type_hierarchy.dart File pkg/analysis_server/lib/src/search/type_hierarchy.dart (right): https://codereview.chromium.org/422573003/diff/1/pkg/analysis_server/lib/src/search/type_hierarchy.dart#newcode53 pkg/analysis_server/lib/src/search/type_hierarchy.dart:53: return null; I see how this prevents recursion, ...
6 years, 5 months ago (2014-07-25 22:02:27 UTC) #2
scheglov
6 years, 4 months ago (2014-07-28 15:52:34 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r38626 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698