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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/source.dart

Issue 12838003: Rename analyzer-experimental to analyzer_experimental. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/analyzer_experimental/lib/src/generated/source.dart
diff --git a/pkg/analyzer-experimental/lib/src/generated/source.dart b/pkg/analyzer_experimental/lib/src/generated/source.dart
similarity index 98%
rename from pkg/analyzer-experimental/lib/src/generated/source.dart
rename to pkg/analyzer_experimental/lib/src/generated/source.dart
index 258fbdc12f6e338c52f306f6880f38c288f4b224..e99a6570afa3aeea3a8dfe677c32857f2e7769e6 100644
--- a/pkg/analyzer-experimental/lib/src/generated/source.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/source.dart
@@ -25,9 +25,9 @@ class SourceFactory {
* @param resolvers the resolvers used to resolve absolute URI's
*/
SourceFactory.con1(ContentCache contentCache2, List<UriResolver> resolvers2) {
- _jtd_constructor_289_impl(contentCache2, resolvers2);
+ _jtd_constructor_300_impl(contentCache2, resolvers2);
}
- _jtd_constructor_289_impl(ContentCache contentCache2, List<UriResolver> resolvers2) {
+ _jtd_constructor_300_impl(ContentCache contentCache2, List<UriResolver> resolvers2) {
this._contentCache = contentCache2;
this._resolvers = resolvers2;
}
@@ -36,10 +36,10 @@ class SourceFactory {
* @param resolvers the resolvers used to resolve absolute URI's
*/
SourceFactory.con2(List<UriResolver> resolvers) {
- _jtd_constructor_290_impl(resolvers);
+ _jtd_constructor_301_impl(resolvers);
}
- _jtd_constructor_290_impl(List<UriResolver> resolvers) {
- _jtd_constructor_289_impl(new ContentCache(), resolvers);
+ _jtd_constructor_301_impl(List<UriResolver> resolvers) {
+ _jtd_constructor_300_impl(new ContentCache(), resolvers);
}
/**
* Return a source object representing the given absolute URI, or {@code null} if the URI is not a
« no previous file with comments | « pkg/analyzer_experimental/lib/src/generated/sdk.dart ('k') | pkg/analyzer_experimental/lib/src/generated/source_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698