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

Unified Diff: pkg/analysis_server/test/analysis_abstract.dart

Issue 2988743002: Remove the analysus.reanalyze request from the plugin API (Closed)
Patch Set: Restart plugins Created 3 years, 5 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/analysis_server/test/analysis_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index 796a9aac530c19893a89e0ead9d80dd073d82afe..24d1dfdd4b286fc2a1850cfb67a547dab7771192 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -346,6 +346,12 @@ class TestPluginManager implements PluginManager {
}
@override
+ Future<Null> restartPlugins() async {
+ // Nothing to restart.
+ return null;
+ }
+
+ @override
void setAnalysisSetPriorityFilesParams(
plugin.AnalysisSetPriorityFilesParams params) {
analysisSetPriorityFilesParams = params;
« no previous file with comments | « pkg/analysis_server/test/analysis/reanalyze_test.dart ('k') | pkg/analysis_server/test/src/plugin/plugin_manager_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698