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

Unified Diff: pkg/analyzer/lib/instrumentation/file_instrumentation.dart

Issue 2933753002: Run the sorter to reduce code churn (Closed)
Patch Set: Created 3 years, 6 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 | « pkg/analysis_server/lib/src/status/pages.dart ('k') | pkg/analyzer/lib/src/command_line/arguments.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/instrumentation/file_instrumentation.dart
diff --git a/pkg/analyzer/lib/instrumentation/file_instrumentation.dart b/pkg/analyzer/lib/instrumentation/file_instrumentation.dart
index 32133f6505c5cff5eae17db339d76f9b31b65cbf..fa3df821dc3ef98e4b79d0081aa838a0166bd973 100644
--- a/pkg/analyzer/lib/instrumentation/file_instrumentation.dart
+++ b/pkg/analyzer/lib/instrumentation/file_instrumentation.dart
@@ -22,10 +22,10 @@ class FileInstrumentationServer implements InstrumentationServer {
}
@override
- String get sessionId => '';
+ String get describe => "file: $filePath";
@override
- String get describe => "file: $filePath";
+ String get sessionId => '';
@override
void log(String message) {
« no previous file with comments | « pkg/analysis_server/lib/src/status/pages.dart ('k') | pkg/analyzer/lib/src/command_line/arguments.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698