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

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

Issue 1385523002: AnalysisError `hasFix` attr (Implements #23874). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/tool/spec/generated/java/types/AnalysisError.java ('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 06de8fff576dbd11d6bac9a0e1d997342cf4d93c..b9e5ab3ef48364a8b67ad6e29e0eb34582d136e0 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2027,6 +2027,13 @@
message associated with the error code.
</p>
</field>
+ <field name="hasFix" optional="true">
+ <ref>bool</ref>
+ <p>
+ A hint to indicate to interested clients that this error has
+ an associated fix (or fixes).
Brian Wilkerson 2015/10/02 00:17:48 This should make explicit that the absence of this
scheglov 2015/10/02 00:23:31 I might worth to document that this flag may be "f
pquitslund 2015/10/02 04:19:53 Done.
Brian Wilkerson 2015/10/02 13:58:58 Also, we should document whether or not we will ev
+ </p>
+ </field>
</object>
</type>
<type name="AnalysisErrorFixes">
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/AnalysisError.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698