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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java

Issue 10866008: Remove some compiler warnings. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/Co19AnalysisTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java
===================================================================
--- compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java (revision 11099)
+++ compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java (working copy)
@@ -7,7 +7,6 @@
import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
-import com.google.common.collect.Sets;
import com.google.dart.compiler.DartCompilationError;
import com.google.dart.compiler.DartCompilerContext;
import com.google.dart.compiler.DartCompilerListener;
@@ -29,13 +28,10 @@
import com.google.dart.compiler.type.Type;
import com.google.dart.compiler.type.TypeVariable;
import com.google.dart.compiler.type.Types;
-import com.google.dart.compiler.util.apache.ObjectUtils;
-import com.google.dart.compiler.util.apache.StringUtils;
import java.util.Collections;
import java.util.List;
import java.util.Map;
-import java.util.Set;
/**
* Builds all class elements and types of a library. Once all libraries
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/integration/Co19AnalysisTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698