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

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

Issue 589723002: Use MOVE_FILE refactoring to implement file rename participant in Editor. (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: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant_OLD.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant_OLD.java
similarity index 98%
copy from editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant.java
copy to editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant_OLD.java
index ef907e25bda5ea07090a56ec74d8216da6ab81f2..bfd2cc37a3de2f3e9586949eaac8e359a3e1e5fa 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/RenameResourceParticipant_OLD.java
@@ -46,7 +46,7 @@ import java.util.List;
*
* @coverage dart.editor.ui.refactoring.core
*/
-public class RenameResourceParticipant extends RenameParticipant {
+public class RenameResourceParticipant_OLD extends RenameParticipant {
private final TextChangeManager changeManager = new TextChangeManager();
private IFile file;

Powered by Google App Engine
This is Rietveld 408576698