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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 884453002: Issue 22157. Cancel a pending refactoring request on receiving a new one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index a91174d801c991ec6a4869377cf20cf19f4942dc..a246211fd1bc86fc19e8f424aeb7950eeb3ffb82 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1437,6 +1437,11 @@
<p>
Get the changes required to perform a refactoring.
</p>
+ <p>
+ If another refactoring request is received during the processing
+ of this one, an error of type <tt>REFACTORING_REQUEST_CANCELLED</tt>
+ will be generated.
+ </p>
<params>
<field name="kind">
<ref>RefactoringKind</ref>
@@ -3045,6 +3050,13 @@
</p>
</value>
<value>
+ <code>REFACTORING_REQUEST_CANCELLED</code>
+ <p>
+ Another refactoring request was received during processing of
+ this one.
+ </p>
+ </value>
+ <value>
<code>SERVER_ALREADY_STARTED</code>
<p>
The analysis server has already been started (and hence
« pkg/analysis_server/lib/src/edit/edit_domain.dart ('K') | « pkg/analysis_server/test/mocks.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698