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

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

Issue 496113002: Make RefactoringProblem.location optional. (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 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2528 The severity of the problem being represented. 2528 The severity of the problem being represented.
2529 </p> 2529 </p>
2530 </field> 2530 </field>
2531 <field name="message"> 2531 <field name="message">
2532 <ref>String</ref> 2532 <ref>String</ref>
2533 <p> 2533 <p>
2534 A human-readable description of the problem being 2534 A human-readable description of the problem being
2535 represented. 2535 represented.
2536 </p> 2536 </p>
2537 </field> 2537 </field>
2538 <field name="location"> 2538 <field name="location" optional="true">
2539 <ref>Location</ref> 2539 <ref>Location</ref>
2540 <p> 2540 <p>
2541 The location of the problem being represented. 2541 The location of the problem being represented.
2542 This field is omitted unless there is a specific location
2543 associated with the problem (such as a location where an element
2544 being renamed will be shadowed).
2542 </p> 2545 </p>
2543 </field> 2546 </field>
2544 </object> 2547 </object>
2545 </type> 2548 </type>
2546 <type name="RefactoringProblemSeverity"> 2549 <type name="RefactoringProblemSeverity">
2547 <p> 2550 <p>
2548 An enumeration of the severities of problems that can be 2551 An enumeration of the severities of problems that can be
2549 returned by the refactoring requests. 2552 returned by the refactoring requests.
2550 </p> 2553 </p>
2551 <enum> 2554 <enum>
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
3125 <h2>Errors</h2> 3128 <h2>Errors</h2>
3126 <p> 3129 <p>
3127 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
3128 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.
3129 </p> 3132 </p>
3130 <p> 3133 <p>
3131 TBD 3134 TBD
3132 </p> 3135 </p>
3133 </body> 3136 </body>
3134 </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