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

Unified Diff: editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/util/HierarchyUtils.java

Issue 250823006: Translate parts of engine.services project. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move to pkg/analysis_services/ Created 6 years, 8 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
Index: editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/util/HierarchyUtils.java
diff --git a/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/util/HierarchyUtils.java b/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/util/HierarchyUtils.java
index 3022e1384f136fca8fb8277a714e7da57f4bdde7..567c7fc966b198fd446edb370b0d37bbd0ff308e 100644
--- a/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/util/HierarchyUtils.java
+++ b/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/util/HierarchyUtils.java
@@ -32,6 +32,7 @@ import com.google.dart.engine.search.SearchEngine;
import com.google.dart.engine.search.SearchMatch;
import com.google.dart.engine.services.internal.correction.CorrectionUtils;
import com.google.dart.engine.type.InterfaceType;
+import com.google.dart.engine.utilities.translation.DartOmit;
import java.util.LinkedList;
import java.util.List;
@@ -41,6 +42,7 @@ import java.util.Set;
/**
* Helper for {@link ClassElement} hierarchy.
*/
+@DartOmit
public class HierarchyUtils {
public static List<SearchMatch> getAccessibleMatches(Element element, List<SearchMatch> matches) {
Map<LibraryElement, Set<LibraryElement>> cachedVisibleLibraries = Maps.newHashMap();

Powered by Google App Engine
This is Rietveld 408576698