| OLD | NEW |
| 1 <html><head> | 1 <html><head> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <title>Analysis Server API Specification</title> | 3 <title>Analysis Server API Specification</title> |
| 4 <style>body { | 4 <style>body { |
| 5 font-family: sans-serif, serif; | 5 font-family: sans-serif, serif; |
| 6 padding-left: 5%; | 6 padding-left: 5%; |
| 7 padding-right: 5%; | 7 padding-right: 5%; |
| 8 } | 8 } |
| 9 h1 { | 9 h1 { |
| 10 text-align: center; | 10 text-align: center; |
| (...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1385 "<b>file</b>": <a href="#type_FilePath">FilePath</a> | 1385 "<b>file</b>": <a href="#type_FilePath">FilePath</a> |
| 1386 "<b>offset</b>": int | 1386 "<b>offset</b>": int |
| 1387 "<b>length</b>": int | 1387 "<b>length</b>": int |
| 1388 "<b>validateOnly</b>": bool | 1388 "<b>validateOnly</b>": bool |
| 1389 "<b>options</b>": <span style="color:#999999">optional</span> object | 1389 "<b>options</b>": <span style="color:#999999">optional</span> object |
| 1390 } | 1390 } |
| 1391 }</pre><br><pre>response: { | 1391 }</pre><br><pre>response: { |
| 1392 "id": String | 1392 "id": String |
| 1393 "error": <span style="color:#999999">optional</span> <a href="#type_Error">Err
or</a> | 1393 "error": <span style="color:#999999">optional</span> <a href="#type_Error">Err
or</a> |
| 1394 "result": { | 1394 "result": { |
| 1395 "<b>status</b>": List<<a href="#type_RefactoringProblem">RefactoringProbl
em</a>> | 1395 "<b>problems</b>": List<<a href="#type_RefactoringProblem">RefactoringPro
blem</a>> |
| 1396 "<b>feedback</b>": <span style="color:#999999">optional</span> object | 1396 "<b>feedback</b>": <span style="color:#999999">optional</span> object |
| 1397 "<b>change</b>": <span style="color:#999999">optional</span> <a href="#type_
SourceChange">SourceChange</a> | 1397 "<b>change</b>": <span style="color:#999999">optional</span> <a href="#type_
SourceChange">SourceChange</a> |
| 1398 "<b>potentialEdits</b>": <span style="color:#999999">optional</span> List<
;String> | 1398 "<b>potentialEdits</b>": <span style="color:#999999">optional</span> List<
;String> |
| 1399 } | 1399 } |
| 1400 }</pre></div> | 1400 }</pre></div> |
| 1401 <p> | 1401 <p> |
| 1402 Get the changes required to perform a refactoring. | 1402 Get the changes required to perform a refactoring. |
| 1403 </p> | 1403 </p> |
| 1404 | 1404 |
| 1405 | 1405 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1434 | 1434 |
| 1435 <p> | 1435 <p> |
| 1436 Data used to provide values provided by the user. The | 1436 Data used to provide values provided by the user. The |
| 1437 structure of the data is dependent on the kind of | 1437 structure of the data is dependent on the kind of |
| 1438 refactoring being performed. The data that is expected is | 1438 refactoring being performed. The data that is expected is |
| 1439 documented in the section titled <a href="#refactorings">Refactori
ngs</a>, labeled as | 1439 documented in the section titled <a href="#refactorings">Refactori
ngs</a>, labeled as |
| 1440 “Options”. This field can be omitted if the refactoring | 1440 “Options”. This field can be omitted if the refactoring |
| 1441 does not require any options or if the values of those | 1441 does not require any options or if the values of those |
| 1442 options are not known. | 1442 options are not known. |
| 1443 </p> | 1443 </p> |
| 1444 </dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>status ( List<
;<a href="#type_RefactoringProblem">RefactoringProblem</a>> )</i></b></dt><dd
> | 1444 </dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>problems ( List&
lt;<a href="#type_RefactoringProblem">RefactoringProblem</a>> )</i></b></dt><
dd> |
| 1445 | 1445 |
| 1446 <p> | 1446 <p> |
| 1447 The status of the refactoring. The array will be empty | 1447 The status of the refactoring. The array will be empty |
| 1448 if there are no known problems. | 1448 if there are no known problems. |
| 1449 </p> | 1449 </p> |
| 1450 </dd><dt class="field"><b><i>feedback ( <span style="color:#999999">op
tional</span> object )</i></b></dt><dd> | 1450 </dd><dt class="field"><b><i>feedback ( <span style="color:#999999">op
tional</span> object )</i></b></dt><dd> |
| 1451 | 1451 |
| 1452 <p> | 1452 <p> |
| 1453 Data used to provide feedback to the user. The structure | 1453 Data used to provide feedback to the user. The structure |
| 1454 of the data is dependent on the kind of refactoring | 1454 of the data is dependent on the kind of refactoring |
| (...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3046 <p> | 3046 <p> |
| 3047 This section contains a list of all of the errors that are | 3047 This section contains a list of all of the errors that are |
| 3048 produced by the server and the data that is returned with each. | 3048 produced by the server and the data that is returned with each. |
| 3049 </p> | 3049 </p> |
| 3050 <p> | 3050 <p> |
| 3051 TBD | 3051 TBD |
| 3052 </p> | 3052 </p> |
| 3053 | 3053 |
| 3054 | 3054 |
| 3055 </body></html> | 3055 </body></html> |
| OLD | NEW |