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

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

Issue 1258563008: Proposal for the 'edit.organizeDirectives' request. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Tweaks for review comments. 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/RequestErrorCode.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
index 028d5eb2f987ce19e643843a28bcad450ecaf142..a8615d28d71a2b40d3c8158c172cc33381abbef4 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
@@ -30,6 +30,12 @@ public class RequestErrorCode {
public static final String CONTENT_MODIFIED = "CONTENT_MODIFIED";
/**
+ * A request specified a FilePath which does not match a file in an analysis root, or the requested
+ * operation is not available for the file.
+ */
+ public static final String FILE_NOT_ANALYZED = "FILE_NOT_ANALYZED";
+
+ /**
* An "edit.format" request specified a FilePath which does not match a Dart file in an analysis
* root.
*/
@@ -86,6 +92,12 @@ public class RequestErrorCode {
public static final String NO_INDEX_GENERATED = "NO_INDEX_GENERATED";
/**
+ * An "edit.organizeDirectives" request specified a Dart file that cannot be analyzed. The reason
+ * is described in the message.
+ */
+ public static final String ORGANIZE_DIRECTIVES_ERROR = "ORGANIZE_DIRECTIVES_ERROR";
+
+ /**
* Another refactoring request was received during processing of this one.
*/
public static final String REFACTORING_REQUEST_CANCELLED = "REFACTORING_REQUEST_CANCELLED";
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698