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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties

Issue 10823372: 'Inline Method' refactoring (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/RefactoringCoreMessages.properties
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
index b8190953227a21c80ba5f45feafb7d950e9a69bc..4c7346c08cd1175d0061396b36012e63ce6fa0f6 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
@@ -100,6 +100,16 @@ InlineLocalRefactoring_preview=Checking preconditions...
InlineLocalRefactoring_select_temp=A local variable declaration or reference must be selected to activate this refactoring.
InlineLocalRefactoring_declaration_inStatement=A local variable declared in statement should be selected to activate this refactoring.
+#########################################################################################
+# Inline method refactoring
+#########################################################################################
+InlineMethodRefactoring_processing=Processing {0}
+InlineMethodRefactoring_replace_references=Replace all references to method with statements
+InlineMethodRefactoring_remove_method=Remove method declaration
+InlineMethodRefactoring_name=Inline Method
+InlineMethodRefactoring_multipleReturns=Ambiguous return value
+
+
@@ -255,21 +265,17 @@ ExtractMethodRefactoring_default_visibility=(default)
ExtractMethodRefactoring_declare_thrown_exceptions=Declare thrown runtime exceptions
#-- Inline Method ------------------------------------------------------
-InlineMethodRefactoring_name= Inline Method
InlineMethodRefactoring_searching= Searching for references...
-InlineMethodRefactoring_processing= Processing {0}
InlineMethodRefactoring_cannotFindMethodDeclaration= Cannot find method declaration node.
InlineMethodRefactoring_edit_inline= Inline method invocation
InlineMethodRefactoring_edit_delete= Delete method declaration
InlineMethodRefactoring_edit_inlineCall= Inline Method
InlineMethodRefactoring_edit_import= Update import statements
InlineMethodRefactoring_error_classFile=Cannot inline method ''{0}'' since it is declared in a class file without source attachment.
-InlineMethodRefactoring_remove_method=Remove method declaration
InlineMethodRefactoring_nestedInvocation=Nested invocation. Only the innermost invocation will be inlined.
InlineMethodRefactoring_original_pattern=Original element: ''{0}''
InlineMethodRefactoring_error_noMethodDeclaration= Unable to resolve corresponding method declaration.
InlineMethodRefactoring_checking_overridden= Checking for overridden methods...
-InlineMethodRefactoring_replace_references=Replace all references to method with statements
InlineMethodRefactoring_descriptor_description=Inline method ''{0}'' in ''{1}''
InlineMethodRefactoring_descriptor_description_short=Inline method ''{0}''

Powered by Google App Engine
This is Rietveld 408576698