| 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 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2467 An enumeration of the kinds of refactorings that can be | 2467 An enumeration of the kinds of refactorings that can be |
| 2468 created. | 2468 created. |
| 2469 </p> | 2469 </p> |
| 2470 <enum> | 2470 <enum> |
| 2471 <value><code>CONVERT_GETTER_TO_METHOD</code></value> | 2471 <value><code>CONVERT_GETTER_TO_METHOD</code></value> |
| 2472 <value><code>CONVERT_METHOD_TO_GETTER</code></value> | 2472 <value><code>CONVERT_METHOD_TO_GETTER</code></value> |
| 2473 <value><code>EXTRACT_LOCAL_VARIABLE</code></value> | 2473 <value><code>EXTRACT_LOCAL_VARIABLE</code></value> |
| 2474 <value><code>EXTRACT_METHOD</code></value> | 2474 <value><code>EXTRACT_METHOD</code></value> |
| 2475 <value><code>INLINE_LOCAL_VARIABLE</code></value> | 2475 <value><code>INLINE_LOCAL_VARIABLE</code></value> |
| 2476 <value><code>INLINE_METHOD</code></value> | 2476 <value><code>INLINE_METHOD</code></value> |
| 2477 <value><code>MOVE_FILE</code></value> |
| 2477 <value><code>RENAME</code></value> | 2478 <value><code>RENAME</code></value> |
| 2478 </enum> | 2479 </enum> |
| 2479 </type> | 2480 </type> |
| 2480 <type name="RefactoringMethodParameter"> | 2481 <type name="RefactoringMethodParameter"> |
| 2481 <p> | 2482 <p> |
| 2482 A description of a parameter in a method refactoring. | 2483 A description of a parameter in a method refactoring. |
| 2483 </p> | 2484 </p> |
| 2484 <object> | 2485 <object> |
| 2485 <field name="id" optional="true"> | 2486 <field name="id" optional="true"> |
| 2486 <ref>String</ref> | 2487 <ref>String</ref> |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3346 <h2>Errors</h2> | 3347 <h2>Errors</h2> |
| 3347 <p> | 3348 <p> |
| 3348 This section contains a list of all of the errors that are | 3349 This section contains a list of all of the errors that are |
| 3349 produced by the server and the data that is returned with each. | 3350 produced by the server and the data that is returned with each. |
| 3350 </p> | 3351 </p> |
| 3351 <p> | 3352 <p> |
| 3352 TBD | 3353 TBD |
| 3353 </p> | 3354 </p> |
| 3354 </body> | 3355 </body> |
| 3355 </html> | 3356 </html> |
| OLD | NEW |