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

Unified Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2990573003: Mark refactoring support for plugins as experimental (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer_plugin/doc/api.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/plugin_spec.html
diff --git a/pkg/analyzer_plugin/tool/spec/plugin_spec.html b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
index fc90a2c1735b2bee23cd473da8fe3ecfe84b7257..dc3fe7652e2b92c8a5ca9f24446857feda863f64 100644
--- a/pkg/analyzer_plugin/tool/spec/plugin_spec.html
+++ b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
@@ -643,7 +643,7 @@
</field>
</result>
</request>
- <request method="getAvailableRefactorings">
+ <request method="getAvailableRefactorings" experimental="true">
<p>
Used to request a list of the kinds of refactorings that are valid for the
given selection in the given file.
@@ -715,7 +715,7 @@
</field>
</result>
</request>
- <request method="getRefactoring">
+ <request method="getRefactoring" experimental="true">
<p>
Used to request the changes required to perform a refactoring.
</p>
@@ -921,14 +921,14 @@
</field>
</object>
</type>
- <type name="RefactoringFeedback">
+ <type name="RefactoringFeedback" experimental="true">
<p>
An abstract superclass of all refactoring feedbacks.
</p>
<object>
</object>
</type>
- <type name="RefactoringOptions">
+ <type name="RefactoringOptions" experimental="true">
<p>
An abstract superclass of all refactoring options.
</p>
« no previous file with comments | « pkg/analyzer_plugin/doc/api.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698