| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <meta charset="UTF-8"/> | 3 <meta charset="UTF-8"/> |
| 4 <title>Analysis Server API Specification</title> | 4 <title>Analysis Server API Specification</title> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <h1>Analysis Server API Specification</h1> | 7 <h1>Analysis Server API Specification</h1> |
| 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1
> |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 there are no fixes available for that error. | 1163 there are no fixes available for that error. |
| 1164 </p> | 1164 </p> |
| 1165 </field> | 1165 </field> |
| 1166 </result> | 1166 </result> |
| 1167 </request> | 1167 </request> |
| 1168 <request method="getRefactoring"> | 1168 <request method="getRefactoring"> |
| 1169 <p> | 1169 <p> |
| 1170 Get the changes required to perform a refactoring. | 1170 Get the changes required to perform a refactoring. |
| 1171 </p> | 1171 </p> |
| 1172 <params> | 1172 <params> |
| 1173 <field name="kindId"> | 1173 <field name="kind"> |
| 1174 <ref>RefactoringKind</ref> | 1174 <ref>RefactoringKind</ref> |
| 1175 <p> | 1175 <p> |
| 1176 The identifier of the kind of refactoring to be | 1176 The kind of refactoring to be performed. |
| 1177 performed. | |
| 1178 </p> | 1177 </p> |
| 1179 </field> | 1178 </field> |
| 1180 <field name="file"> | 1179 <field name="file"> |
| 1181 <ref>FilePath</ref> | 1180 <ref>FilePath</ref> |
| 1182 <p> | 1181 <p> |
| 1183 The file containing the code involved in the | 1182 The file containing the code involved in the |
| 1184 refactoring. | 1183 refactoring. |
| 1185 </p> | 1184 </p> |
| 1186 </field> | 1185 </field> |
| 1187 <field name="offset"> | 1186 <field name="offset"> |
| (...skipping 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3126 <h2>Errors</h2> | 3125 <h2>Errors</h2> |
| 3127 <p> | 3126 <p> |
| 3128 This section contains a list of all of the errors that are | 3127 This section contains a list of all of the errors that are |
| 3129 produced by the server and the data that is returned with each. | 3128 produced by the server and the data that is returned with each. |
| 3130 </p> | 3129 </p> |
| 3131 <p> | 3130 <p> |
| 3132 TBD | 3131 TBD |
| 3133 </p> | 3132 </p> |
| 3134 </body> | 3133 </body> |
| 3135 </html> | 3134 </html> |
| OLD | NEW |