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

Unified Diff: pkg/analyzer/bin/analyzer.dart

Issue 156503002: Fix for JavaFile path in DDA. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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: pkg/analyzer/bin/analyzer.dart
diff --git a/pkg/analyzer/bin/analyzer.dart b/pkg/analyzer/bin/analyzer.dart
index 2ce52a58da47951f64734f17ad17d17919705b34..d0f1d5908444901f19e0e42bed8769830e7b8e48 100644
--- a/pkg/analyzer/bin/analyzer.dart
+++ b/pkg/analyzer/bin/analyzer.dart
@@ -47,7 +47,7 @@ void main(args) {
print("angular:$angularTime");
print("other:${totalTime
- (scanTime + parseTime + resolveTime + errorsTime + hintsTime
- + angularTime)}}");
+ + angularTime)}");
print("total:$totalTime");
print("");
print("Time spent in instanceof = ${instanceOfTimer.elapsedMilliseconds}");
« no previous file with comments | « editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart ('k') | pkg/analyzer/lib/src/analyzer_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698