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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 508203002: Rename some bools in the analysis server API. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/test/search/abstract_search_domain.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 615a597e3b6d1d1cd4c7c62a6039a46cb08eba59..3d0f0746aaa74126eed3ab399ab62bcc5c3d038f 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -202,7 +202,7 @@
notification.
</p>
<params>
- <field name="fatal">
+ <field name="isFatal">
<ref>bool</ref>
<p>
True if the error is a fatal error, meaning that the
@@ -817,7 +817,7 @@
user without having to make additional requests.
</p>
</field>
- <field name="last">
+ <field name="isLast">
<ref>bool</ref>
<p>
True if this is that last set of results that will be
@@ -1036,7 +1036,7 @@
The search results being reported.
</p>
</field>
- <field name="last">
+ <field name="isLast">
<ref>bool</ref>
<p>
True if this is that last set of results that will be
@@ -1554,7 +1554,7 @@
An indication of the current state of analysis.
</p>
<object>
- <field name="analyzing">
+ <field name="isAnalyzing">
<ref>bool</ref>
<p>True if analysis is currently being performed.</p>
</field>
« no previous file with comments | « pkg/analysis_server/test/search/abstract_search_domain.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698