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

Side by Side Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2883793002: Stop sharing two types between wire protocols (Closed)
Patch Set: Created 3 years, 7 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/analyzer_plugin/tool/spec/common_types_spec.html ('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 Plugin API Specification</title> 5 <title>Analysis Server Plugin API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server Plugin API Specification</h1> 8 <h1>Analysis Server Plugin API Specification</h1>
9 <h1 style="color:#999999">Version 9 <h1 style="color:#999999">Version
10 <version>1.0.0-alpha.0</version> 10 <version>1.0.0-alpha.0</version>
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 </p> 939 </p>
940 </field> 940 </field>
941 <field name="change"> 941 <field name="change">
942 <ref>SourceChange</ref> 942 <ref>SourceChange</ref>
943 <p> 943 <p>
944 The change with which the relevance is associated. 944 The change with which the relevance is associated.
945 </p> 945 </p>
946 </field> 946 </field>
947 </object> 947 </object>
948 </type> 948 </type>
949 <type name="RefactoringFeedback">
950 <p>
951 An abstract superclass of all refactoring feedbacks.
952 </p>
953 <object>
954 </object>
955 </type>
956 <type name="RefactoringOptions">
957 <p>
958 An abstract superclass of all refactoring options.
959 </p>
960 <object>
961 </object>
962 </type>
949 <type name="RequestError"> 963 <type name="RequestError">
950 <p> 964 <p>
951 An indication of a problem with the execution of the server, 965 An indication of a problem with the execution of the server,
952 typically in response to a request. 966 typically in response to a request.
953 </p> 967 </p>
954 <object> 968 <object>
955 <field name="code"> 969 <field name="code">
956 <ref>RequestErrorCode</ref> 970 <ref>RequestErrorCode</ref>
957 <p> 971 <p>
958 A code that uniquely identifies the error that occurred. 972 A code that uniquely identifies the error that occurred.
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 The name that the element should have after the refactoring. 1565 The name that the element should have after the refactoring.
1552 </p> 1566 </p>
1553 </field> 1567 </field>
1554 </options> 1568 </options>
1555 </refactoring> 1569 </refactoring>
1556 </refactorings> 1570 </refactorings>
1557 <h2 class="domain"><a name="index">Index</a></h2> 1571 <h2 class="domain"><a name="index">Index</a></h2>
1558 <index></index> 1572 <index></index>
1559 </body> 1573 </body>
1560 </html> 1574 </html>
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/common_types_spec.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698