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

Unified Diff: pkg/analysis_server/lib/src/constants.dart

Issue 332993006: Implemented analysis.setPrioritySource (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 6 years, 6 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/lib/src/constants.dart
diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
index 626d8d78aff607b7a891240f8ea5394dcb237d59..11e498573b6f629d55a560d10c2293c7da513fd2 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -77,10 +77,12 @@ const String EDIT_SET_REFACTORING_OPTIONS = 'edit.setRefactoringOptions';
const String ADDED = 'added';
const String CHILDREN = 'children';
const String CONTENT = 'content';
+const String CORRECTION = 'correction';
const String DEFAULT = 'default';
const String ELEMENT_LENGTH = 'elementLength';
const String ELEMENT_OFFSET = 'elementOffset';
const String EXCLUDED = 'excluded';
+const String ERROR_CODE = 'errorCode';
const String ERRORS = 'errors';
const String FILE = 'file';
const String FILES = 'files';
@@ -91,6 +93,7 @@ const String IS_ABSTRACT = 'isAbstract';
const String IS_STATIC = 'isStatic';
const String KIND = 'kind';
const String LENGTH = 'length';
+const String MESSAGE = 'message';
const String NAME = 'name';
const String NAME_LENGTH = 'nameLength';
const String NAME_OFFSET = 'nameOffset';

Powered by Google App Engine
This is Rietveld 408576698