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

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: Tweaks for review comments. 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
« no previous file with comments | « pkg/analysis_server/test/mocks.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 88451b41b411a86568837871239d0b85d782772b..3cbf39d525272911f0ee4f698bb7d5497c19ad97 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1453,6 +1453,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>
@@ -3061,6 +3066,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
« no previous file with comments | « pkg/analysis_server/test/mocks.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698