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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java

Issue 1232393005: Add notification of analyzed files (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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/tool/spec/generated/java/types/AnalysisService.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
index 94c5418b46b75a472604fee30b3bae5e6b5fa754..ca3b8e92d59b711e9a3a48dd5902c26dd63544f4 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/AnalysisService.java
@@ -17,7 +17,8 @@
package org.dartlang.analysis.server.protocol;
/**
- * An enumeration of the services provided by the analysis domain.
+ * An enumeration of the services provided by the analysis domain that are related to a specific
+ * list of files.
*
* @coverage dart.server.generated.types
*/
@@ -27,6 +28,10 @@ public class AnalysisService {
public static final String HIGHLIGHTS = "HIGHLIGHTS";
+ /**
+ * This service is not currently implemented and will become a GeneralAnalysisService in a future
+ * release.
+ */
public static final String INVALIDATE = "INVALIDATE";
public static final String NAVIGATION = "NAVIGATION";

Powered by Google App Engine
This is Rietveld 408576698