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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 542333002: Add feedback for 'Inline Local' refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 66505b89a6f13cf2c42a04766ae1dd10c898afa6..ab370fccfadb317f8c2a3b6be5604f9b2dda8f06 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -3083,7 +3083,18 @@ dt.typeDefinition {
It is an error if the range contains anything other than all
or part of the name of a single local variable.
</p>
- <h4>Feedback</h4><p>none</p><h4>Options</h4><p>none</p></dd><dt class="refactoring">INLINE_METHOD</dt><dd>
+
+ <h4>Feedback</h4><dl><dt class="field"><b><i>name ( String )</i></b></dt><dd>
+
+ <p>
+ The name of the variable being inlined.
+ </p>
+ </dd><dt class="field"><b><i>occurrences ( int )</i></b></dt><dd>
+
+ <p>
+ The number of times the variable occurs.
+ </p>
+ </dd></dl><h4>Options</h4><p>none</p></dd><dt class="refactoring">INLINE_METHOD</dt><dd>
<p>
Inline a method in place of one or all references to that
method.

Powered by Google App Engine
This is Rietveld 408576698