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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 1243073004: Fix for a copy/paste problem in GET_NAVIGATION_INVALID_FILE. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 3363 matching lines...) Expand 10 before | Expand all | Expand 10 after
3374 </dd><dt class="value">GET_ERRORS_INVALID_FILE</dt><dd> 3374 </dd><dt class="value">GET_ERRORS_INVALID_FILE</dt><dd>
3375 3375
3376 <p> 3376 <p>
3377 An "analysis.getErrors" request specified a FilePath 3377 An "analysis.getErrors" request specified a FilePath
3378 which does not match a file currently subject to 3378 which does not match a file currently subject to
3379 analysis. 3379 analysis.
3380 </p> 3380 </p>
3381 </dd><dt class="value">GET_NAVIGATION_INVALID_FILE</dt><dd> 3381 </dd><dt class="value">GET_NAVIGATION_INVALID_FILE</dt><dd>
3382 3382
3383 <p> 3383 <p>
3384 An "analysis.getErrors" request specified a FilePath 3384 An "analysis.getNavigation" request specified a FilePath
3385 which does not match a file currently subject to 3385 which does not match a file currently subject to
3386 analysis. 3386 analysis.
3387 </p> 3387 </p>
3388 </dd><dt class="value">INVALID_ANALYSIS_ROOT</dt><dd> 3388 </dd><dt class="value">INVALID_ANALYSIS_ROOT</dt><dd>
3389 3389
3390 <p> 3390 <p>
3391 A path passed as an argument to a request (such as 3391 A path passed as an argument to a request (such as
3392 analysis.reanalyze) is required to be an analysis root, but isn't. 3392 analysis.reanalyze) is required to be an analysis root, but isn't.
3393 </p> 3393 </p>
3394 </dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd> 3394 </dd><dt class="value">INVALID_EXECUTION_CONTEXT</dt><dd>
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 <p> 4039 <p>
4040 This section contains a list of all of the errors that are 4040 This section contains a list of all of the errors that are
4041 produced by the server and the data that is returned with each. 4041 produced by the server and the data that is returned with each.
4042 </p> 4042 </p>
4043 <p> 4043 <p>
4044 TBD 4044 TBD
4045 </p> 4045 </p>
4046 4046
4047 4047
4048 </body></html> 4048 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698