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

Unified Diff: pkg/analysis_server/doc/api.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/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 69af5fb7e9a0cfc82b708f49238e864d557061c1..935b183fc2d48f04cbcb5ba5cbf5eb5c1bd5c6c6 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -1686,6 +1686,11 @@ dt.typeDefinition {
<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>
<h4>Parameters</h4><dl><dt class="field"><b><i>kind ( <a href="#type_RefactoringKind">RefactoringKind</a> )</i></b></dt><dd>
@@ -3055,6 +3060,12 @@ dt.typeDefinition {
<p>
A malformed request was received.
</p>
+ </dd><dt class="value">REFACTORING_REQUEST_CANCELLED</dt><dd>
+
+ <p>
+ Another refactoring request was received during processing of
+ this one.
+ </p>
</dd><dt class="value">SERVER_ALREADY_STARTED</dt><dd>
<p>

Powered by Google App Engine
This is Rietveld 408576698