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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExtractMethodOptions.java

Issue 554143003: Integrate the EXTRACT_METHOD refactoring into 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ExtractMethodAction.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExtractMethodOptions.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExtractMethodOptions.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExtractMethodOptions.java
index 6c3cbcd12c3f971af343b8e8aa5a4d7729fceafa..f1492610bf622a3223b210d6c89c6c131f91ecce 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExtractMethodOptions.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ExtractMethodOptions.java
@@ -63,7 +63,7 @@ public class ExtractMethodOptions extends RefactoringOptions {
* It is an error if a REQUIRED or NAMED parameter follows a POSITIONAL parameter. It is an error
* if a REQUIRED or POSITIONAL parameter follows a NAMED parameter.
*
- * - To change the order and/or update proposed paramerers, add parameters with the same
+ * - To change the order and/or update proposed parameters, add parameters with the same
* identifiers as proposed.
* - To add new parameters, omit their identifier.
* - To remove some parameters, omit them in this list.
@@ -153,7 +153,7 @@ public class ExtractMethodOptions extends RefactoringOptions {
* It is an error if a REQUIRED or NAMED parameter follows a POSITIONAL parameter. It is an error
* if a REQUIRED or POSITIONAL parameter follows a NAMED parameter.
*
- * - To change the order and/or update proposed paramerers, add parameters with the same
+ * - To change the order and/or update proposed parameters, add parameters with the same
* identifiers as proposed.
* - To add new parameters, omit their identifier.
* - To remove some parameters, omit them in this list.
@@ -210,7 +210,7 @@ public class ExtractMethodOptions extends RefactoringOptions {
* It is an error if a REQUIRED or NAMED parameter follows a POSITIONAL parameter. It is an error
* if a REQUIRED or POSITIONAL parameter follows a NAMED parameter.
*
- * - To change the order and/or update proposed paramerers, add parameters with the same
+ * - To change the order and/or update proposed parameters, add parameters with the same
* identifiers as proposed.
* - To add new parameters, omit their identifier.
* - To remove some parameters, omit them in this list.
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/ExtractMethodAction.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698