| 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
|
|
|