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

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

Issue 545943003: Include additional information into RenameFeedback. (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
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/rename_unit_member_test.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 adaf7f7c63050bc20e56ba3b493ccc15f6b4ed61..e4459a31bc214087c3ebb111dd9d732488dc7943 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -3207,6 +3207,20 @@
The length of the name selected to be renamed.
</p>
</field>
+ <field name="elementKindName">
+ <ref>String</ref>
+ <p>
+ The human-readable description of the kind of element being
+ renamed (such as “class” or “function type
+ alias”).
+ </p>
+ </field>
+ <field name="oldName">
+ <ref>String</ref>
+ <p>
+ The old name of the element before the refactoring.
+ </p>
+ </field>
</feedback>
<options>
<field name="newName">
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698