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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java

Issue 12340077: Initial binding of RenameRefactoring service to Eclipse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
index 72e0d14e0f67967f5f1cc5b07f3efe33c6c6ecad..489c36b92654efb0a86877a1ac845b562acc0122 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/tagging/INameUpdating.java
@@ -39,14 +39,14 @@ public interface INameUpdating {
*/
String getCurrentElementName();
- /**
- * Gets the original elements. Since an <code>INameUpdating</code> only renames one element, this
- * method must return an array containing exactly one element.
- *
- * @return an array containing exactly one element
- * @see org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getElements()
- */
- Object[] getElements();
+// /**
+// * Gets the original elements. Since an <code>INameUpdating</code> only renames one element, this
+// * method must return an array containing exactly one element.
+// *
+// * @return an array containing exactly one element
+// * @see org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor#getElements()
+// */
+// Object[] getElements();
/**
* Gets the element after renaming, or <code>null</code> if not available.

Powered by Google App Engine
This is Rietveld 408576698