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

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

Issue 247053004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/error.dart
diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
index e71e59318a2c335f31de8d8b46622a5a93459484..d94cd26dcf1a0ba1002eba47214f8f5a6370db9f 100644
--- a/pkg/analyzer/lib/src/generated/error.dart
+++ b/pkg/analyzer/lib/src/generated/error.dart
@@ -192,7 +192,7 @@ class PolymerCode extends Enum<PolymerCode> implements ErrorCode {
class AngularCode extends Enum<AngularCode> implements ErrorCode {
static const AngularCode CANNOT_PARSE_SELECTOR = const AngularCode('CANNOT_PARSE_SELECTOR', 0, "The selector '%s' cannot be parsed");
- static const AngularCode INVALID_FILTER_NAME = const AngularCode('INVALID_FILTER_NAME', 1, "Filter name must be a simple identifier");
+ static const AngularCode INVALID_FORMATTER_NAME = const AngularCode('INVALID_FORMATTER_NAME', 1, "Formatter name must be a simple identifier");
static const AngularCode INVALID_PROPERTY_KIND = const AngularCode('INVALID_PROPERTY_KIND', 2, "Unknown property binding kind '%s', use one of the '@', '=>', '=>!' or '<=>'");
@@ -210,7 +210,7 @@ class AngularCode extends Enum<AngularCode> implements ErrorCode {
static const AngularCode INVALID_URI = const AngularCode('INVALID_URI', 9, "Invalid URI syntax: '%s'");
- static const AngularCode MISSING_FILTER_COLON = const AngularCode('MISSING_FILTER_COLON', 10, "Missing ':' before filter argument");
+ static const AngularCode MISSING_FORMATTER_COLON = const AngularCode('MISSING_FORMATTER_COLON', 10, "Missing ':' before formatter argument");
static const AngularCode MISSING_NAME = const AngularCode('MISSING_NAME', 11, "Argument 'name' must be provided");
@@ -222,7 +222,7 @@ class AngularCode extends Enum<AngularCode> implements ErrorCode {
static const List<AngularCode> values = const [
CANNOT_PARSE_SELECTOR,
- INVALID_FILTER_NAME,
+ INVALID_FORMATTER_NAME,
INVALID_PROPERTY_KIND,
INVALID_PROPERTY_FIELD,
INVALID_PROPERTY_MAP,
@@ -231,7 +231,7 @@ class AngularCode extends Enum<AngularCode> implements ErrorCode {
INVALID_REPEAT_SYNTAX,
INVALID_REPEAT_ITEM_SYNTAX,
INVALID_URI,
- MISSING_FILTER_COLON,
+ MISSING_FORMATTER_COLON,
MISSING_NAME,
MISSING_PUBLISH_AS,
MISSING_SELECTOR,

Powered by Google App Engine
This is Rietveld 408576698