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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1570003002: Deprecate UNIT_TEST_GROUP and UNIT_TEST_TEST. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
9 <h1 style="color:#999999">Version <version>1.14.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.14.0</version></h1>
10 <p> 10 <p>
(...skipping 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after
2614 <value><code>GETTER</code></value> 2614 <value><code>GETTER</code></value>
2615 <value><code>LABEL</code></value> 2615 <value><code>LABEL</code></value>
2616 <value><code>LIBRARY</code></value> 2616 <value><code>LIBRARY</code></value>
2617 <value><code>LOCAL_VARIABLE</code></value> 2617 <value><code>LOCAL_VARIABLE</code></value>
2618 <value><code>METHOD</code></value> 2618 <value><code>METHOD</code></value>
2619 <value><code>PARAMETER</code></value> 2619 <value><code>PARAMETER</code></value>
2620 <value><code>PREFIX</code></value> 2620 <value><code>PREFIX</code></value>
2621 <value><code>SETTER</code></value> 2621 <value><code>SETTER</code></value>
2622 <value><code>TOP_LEVEL_VARIABLE</code></value> 2622 <value><code>TOP_LEVEL_VARIABLE</code></value>
2623 <value><code>TYPE_PARAMETER</code></value> 2623 <value><code>TYPE_PARAMETER</code></value>
2624 <value><code>UNIT_TEST_GROUP</code></value> 2624 <value>
2625 <value><code>UNIT_TEST_TEST</code></value> 2625 <code>UNIT_TEST_GROUP</code>
2626 <p><b><i>Deprecated</i></b>: support for tests was removed.</p>
2627 </value>
2628 <value>
2629 <code>UNIT_TEST_TEST</code>
2630 <p><b><i>Deprecated</i></b>: support for tests was removed.</p>
2631 </value>
2626 <value><code>UNKNOWN</code></value> 2632 <value><code>UNKNOWN</code></value>
2627 </enum> 2633 </enum>
2628 </type> 2634 </type>
2629 <type name="ExecutableFile"> 2635 <type name="ExecutableFile">
2630 <p> 2636 <p>
2631 A description of an executable file. 2637 A description of an executable file.
2632 </p> 2638 </p>
2633 <object> 2639 <object>
2634 <field name="file"> 2640 <field name="file">
2635 <ref>FilePath</ref> 2641 <ref>FilePath</ref>
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
4475 This section contains a list of all of the errors that are 4481 This section contains a list of all of the errors that are
4476 produced by the server and the data that is returned with each. 4482 produced by the server and the data that is returned with each.
4477 </p> 4483 </p>
4478 <p> 4484 <p>
4479 TBD 4485 TBD
4480 </p> 4486 </p>
4481 <h2 class="domain"><a name="index">Index</a></h2> 4487 <h2 class="domain"><a name="index">Index</a></h2>
4482 <index></index> 4488 <index></index>
4483 </body> 4489 </body>
4484 </html> 4490 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698