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

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

Issue 495273002: Rename 'getRefactoring.return.status' to 'problems'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('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 <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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 refactoring being performed. The data that is expected is 1210 refactoring being performed. The data that is expected is
1211 documented in the section titled <a 1211 documented in the section titled <a
1212 href="#refactorings">Refactorings</a>, labeled as 1212 href="#refactorings">Refactorings</a>, labeled as
1213 “Options”. This field can be omitted if the refactoring 1213 “Options”. This field can be omitted if the refactoring
1214 does not require any options or if the values of those 1214 does not require any options or if the values of those
1215 options are not known. 1215 options are not known.
1216 </p> 1216 </p>
1217 </field> 1217 </field>
1218 </params> 1218 </params>
1219 <result> 1219 <result>
1220 <field name="status"> 1220 <field name="problems">
1221 <list><ref>RefactoringProblem</ref></list> 1221 <list><ref>RefactoringProblem</ref></list>
1222 <p> 1222 <p>
1223 The status of the refactoring. The array will be empty 1223 The status of the refactoring. The array will be empty
1224 if there are no known problems. 1224 if there are no known problems.
1225 </p> 1225 </p>
1226 </field> 1226 </field>
1227 <field name="feedback" optional="true"> 1227 <field name="feedback" optional="true">
1228 <ref>object</ref> 1228 <ref>object</ref>
1229 <p> 1229 <p>
1230 Data used to provide feedback to the user. The structure 1230 Data used to provide feedback to the user. The structure
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 <h2>Errors</h2> 3128 <h2>Errors</h2>
3129 <p> 3129 <p>
3130 This section contains a list of all of the errors that are 3130 This section contains a list of all of the errors that are
3131 produced by the server and the data that is returned with each. 3131 produced by the server and the data that is returned with each.
3132 </p> 3132 </p>
3133 <p> 3133 <p>
3134 TBD 3134 TBD
3135 </p> 3135 </p>
3136 </body> 3136 </body>
3137 </html> 3137 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698