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

Unified Diff: pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart

Issue 3002253002: Use the NavigationCollector from analyzer_plugin to avoid duplication (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
diff --git a/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart b/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
deleted file mode 100644
index 6e0cc40d67cfa0250ef62bfea262990e5479d02c..0000000000000000000000000000000000000000
--- a/pkg/analysis_server/lib/plugin/analysis/navigation/navigation_core.dart
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-import 'package:analyzer_plugin/protocol/protocol_common.dart'
- show ElementKind, Location;
-
-/**
- * An object used to record navigation regions.
- *
- * Clients may not extend, implement or mix-in this class.
- */
-abstract class NavigationCollector {
- /**
- * Record a new navigation region with the given [offset] and [length] that
- * should navigate to the given [targetLocation].
- */
- void addRegion(
- int offset, int length, ElementKind targetKind, Location targetLocation);
-}
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698