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

Unified Diff: editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java

Issue 247053004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
diff --git a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
index b633befeb143230f698879333d9ccf693ee77ea9..d71a08bbe300fbf62e0e5fee466fcfe390c80489 100644
--- a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
+++ b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
@@ -689,7 +689,10 @@ public class MainEngine {
unit.getDirectives().add(
importDirective("html.dart", null, importShowCombinator("XmlAttributeNode", "XmlTagNode")));
unit.getDirectives().add(
- importDirective("engine.dart", null, importShowCombinator("AnalysisContext")));
+ importDirective(
+ "engine.dart",
+ null,
+ importShowCombinator("AnalysisContext", "AnalysisEngine", "AnalysisException")));
unit.getDirectives().add(
importDirective("constant.dart", null, importShowCombinator("EvaluationResultImpl")));
unit.getDirectives().add(importDirective("utilities_dart.dart", null));

Powered by Google App Engine
This is Rietveld 408576698