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

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: 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..b22a5ccc2b1c71cc7167b66d513587259acabe86 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java
@@ -86,6 +86,17 @@ public class RequestErrorCode {
public static final String NO_INDEX_GENERATED = "NO_INDEX_GENERATED";
/**
+ * An "edit.organizeDirectives" request specified a FilePath which does not match a Dart file in an
+ * analysis root.
+ */
+ public static final String ORGANIZE_DIRECTIVES_INVALID_FILE = "ORGANIZE_DIRECTIVES_INVALID_FILE";
+
+ /**
+ * An "edit.organizeDirectives" request specified a Dart file that has scan or parse errors.
+ */
+ public static final String ORGANIZE_DIRECTIVES_PARSE_ERRORS = "ORGANIZE_DIRECTIVES_PARSE_ERRORS";
+
+ /**
* Another refactoring request was received during processing of this one.
*/
public static final String REFACTORING_REQUEST_CANCELLED = "REFACTORING_REQUEST_CANCELLED";

Powered by Google App Engine
This is Rietveld 408576698