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

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

Issue 1047733004: Support refresh of individual analysis roots (issue 22254) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address more comments Created 5 years, 8 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 1
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.5.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.5.0</version></h1>
10 <p> 10 <p>
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 </value> 3120 </value>
3121 <value> 3121 <value>
3122 <code>GET_ERRORS_INVALID_FILE</code> 3122 <code>GET_ERRORS_INVALID_FILE</code>
3123 <p> 3123 <p>
3124 An "analysis.getErrors" request specified a FilePath 3124 An "analysis.getErrors" request specified a FilePath
3125 which does not match a file currently subject to 3125 which does not match a file currently subject to
3126 analysis. 3126 analysis.
3127 </p> 3127 </p>
3128 </value> 3128 </value>
3129 <value> 3129 <value>
3130 <code>INVALID_ANALYSIS_ROOT</code>
3131 <p>
3132 A path passed as an argument to a request (such as
3133 analysis.reanalyze) is required to be an analysis root, but isn't.
3134 </p>
3135 </value>
3136 <value>
3130 <code>INVALID_EXECUTION_CONTEXT</code> 3137 <code>INVALID_EXECUTION_CONTEXT</code>
3131 <p> 3138 <p>
3132 The context root used to create an execution context does not 3139 The context root used to create an execution context does not
3133 exist. 3140 exist.
3134 </p> 3141 </p>
3135 </value> 3142 </value>
3136 <value> 3143 <value>
3137 <code>INVALID_OVERLAY_CHANGE</code> 3144 <code>INVALID_OVERLAY_CHANGE</code>
3138 <p> 3145 <p>
3139 An "analysis.updateContent" request contained a 3146 An "analysis.updateContent" request contained a
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
3870 <h2>Errors</h2> 3877 <h2>Errors</h2>
3871 <p> 3878 <p>
3872 This section contains a list of all of the errors that are 3879 This section contains a list of all of the errors that are
3873 produced by the server and the data that is returned with each. 3880 produced by the server and the data that is returned with each.
3874 </p> 3881 </p>
3875 <p> 3882 <p>
3876 TBD 3883 TBD
3877 </p> 3884 </p>
3878 </body> 3885 </body>
3879 </html> 3886 </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