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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 884453002: Issue 22157. Cancel a pending refactoring request on receiving a new one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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: pkg/analysis_server/test/integration/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
index 2158ed6d9fec2be709c10092948e4345e92acb81..1947dfce7406c63dae8705b037d53e9b504d72a5 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -1182,6 +1182,9 @@ abstract class IntegrationTestMixin {
/**
* Get the changes required to perform a refactoring.
*
+ * If another refactoring request is received during the processing of this
+ * one, an error of type REFACTORING_REQUEST_CANCELLED will be generated.
+ *
* Parameters
*
* kind ( RefactoringKind )

Powered by Google App Engine
This is Rietveld 408576698