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

Unified Diff: pkg/analyzer/test/generated/engine_test.dart

Issue 571523002: Issue 20894. Rename 'Class' when rename refactoring is activated on 'Class' in 'new Class.name()'. (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 | « pkg/analyzer/test/generated/all_the_rest.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/engine_test.dart
diff --git a/pkg/analyzer/test/generated/engine_test.dart b/pkg/analyzer/test/generated/engine_test.dart
index 0c2e29c87e8be4d565afdc6c2ce6ffcdf5759d9a..017f0991634d1f78da0285d72ff69655d45dbcf7 100644
--- a/pkg/analyzer/test/generated/engine_test.dart
+++ b/pkg/analyzer/test/generated/engine_test.dart
@@ -5141,9 +5141,9 @@
// Source source = new TestSource.con1(FileUtilities2.createFile("/test.html"), content);
// InternalAnalysisContext context = AnalysisContextFactory.contextWithCore();
// ParseHtmlTask parseTask = new ParseHtmlTask(context, source, modificationStamp, content);
-// parseTask.perform(new TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid_2());
+// parseTask.perform(new TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid());
// ResolveHtmlTask task = new ResolveHtmlTask(context, source, parseTask.modificationTime, parseTask.htmlUnit);
-// task.perform(new TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid(modificationStamp, source));
+// task.perform(new TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid_2(modificationStamp, source));
// }
// static dartSuite() {
// _ut.group('ResolveHtmlTaskTest', () {
@@ -6502,9 +6502,13 @@
// }
// }
// class TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid extends TestTaskVisitor<Object> {
+// @override
+// Object visitParseHtmlTask(ParseHtmlTask task) => null;
+// }
+// class TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid_2 extends TestTaskVisitor<Object> {
// long modificationStamp;
// Source source;
-// TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid(this.modificationStamp, this.source) : super();
+// TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid_2(this.modificationStamp, this.source) : super();
// @override
// Object visitResolveHtmlTask(ResolveHtmlTask task) {
// CaughtException exception = task.exception;
@@ -6518,10 +6522,6 @@
// return null;
// }
// }
-// class TestTaskVisitor_ResolveHtmlTaskTest_test_perform_valid_2 extends TestTaskVisitor<Object> {
-// @override
-// Object visitParseHtmlTask(ParseHtmlTask task) => null;
-// }
// class TestTaskVisitor_ScanDartTaskTest_test_accept extends TestTaskVisitor<Boolean> {
// @override
// bool visitScanDartTask(ScanDartTask task) => true;
« no previous file with comments | « pkg/analyzer/test/generated/all_the_rest.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698