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

Unified Diff: pkg/analyzer/lib/src/generated/source_io.dart

Issue 185603002: Update and analyzer snapshot with AST -> Ast rename. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak for analyzer version in 'intl' package. Created 6 years, 10 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/lib/src/generated/source_io.dart
diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart
index b74d89b3fb2065065889ee39553b1f6f0785a6b2..1a6cc3247bedf208973460dfaaa3a7da150b70e2 100644
--- a/pkg/analyzer/lib/src/generated/source_io.dart
+++ b/pkg/analyzer/lib/src/generated/source_io.dart
@@ -17,8 +17,6 @@ export 'source.dart';
/**
* Instances of interface `LocalSourcePredicate` are used to determine if the given
* [Source] is "local" in some sense, so can be updated.
- *
- * @coverage dart.engine.source
*/
abstract class LocalSourcePredicate {
/**
@@ -60,8 +58,6 @@ class LocalSourcePredicate_NOT_SDK implements LocalSourcePredicate {
/**
* Instances of the class `FileBasedSource` implement a source that represents a file.
- *
- * @coverage dart.engine.source
*/
class FileBasedSource implements Source {
/**
@@ -197,8 +193,6 @@ class FileBasedSource implements Source {
* For the purposes of sharing analysis, the path to each package under the "packages" directory
* should be canonicalized, but to preserve relative links within a package, the remainder of the
* path from the package directory to the leaf should not.
- *
- * @coverage dart.engine.source
*/
class PackageUriResolver extends UriResolver {
/**
@@ -346,8 +340,6 @@ class PackageUriResolver extends UriResolver {
/**
* Instances of the class [DirectoryBasedSourceContainer] represent a source container that
* contains all sources within a given directory.
- *
- * @coverage dart.engine.source
*/
class DirectoryBasedSourceContainer implements SourceContainer {
/**
@@ -407,8 +399,6 @@ class DirectoryBasedSourceContainer implements SourceContainer {
/**
* Instances of the class `FileUriResolver` resolve `file` URI's.
- *
- * @coverage dart.engine.source
*/
class FileUriResolver extends UriResolver {
/**

Powered by Google App Engine
This is Rietveld 408576698