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

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

Issue 2933753002: Run the sorter to reduce code churn (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/analysis_server/lib/src/collections.dart ('k') | pkg/analysis_server/lib/src/status/diagnostics.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e463de92083465b6a1be0a460a344cf743125c9b..1fd07e4b423dd5945f6e29fecefbe299cd9da40f 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -41,73 +41,73 @@ const String ANALYSIS_SET_PRIORITY_FILES = 'analysis.setPriorityFiles';
const String ANALYSIS_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions';
const String ANALYSIS_UPDATE_CONTENT = 'analysis.updateContent';
const String ANALYSIS_UPDATE_OPTIONS = 'analysis.updateOptions';
-const String ASSISTS = 'assists';
-const String CHANGE = 'change';
-const String CHILDREN = 'children';
-const String CLASS_ELEMENT = 'classElement';
+const String ANALYTICS_ENABLE = 'analytics.enable';
+const String ANALYTICS_IS_ENABLED = 'analytics.isEnabled';
+const String ANALYTICS_SEND_EVENT = 'analytics.sendEvent';
+const String ANALYTICS_SEND_TIMING = 'analytics.sendTiming';
//
// Code Completion methods
//
-const String CLASS_NAME = 'className';
+const String ASSISTS = 'assists';
//
// Code Completion notifications
//
-const String CODE = 'code';
+const String CHANGE = 'change';
//
// Search methods
//
+const String CHILDREN = 'children';
+const String CLASS_ELEMENT = 'classElement';
+const String CLASS_NAME = 'className';
+const String CODE = 'code';
const String COMPLETION = 'completion';
-const String COMPLETION_GET_SUGGESTIONS = 'completion.getSuggestions';
-const String COMPLETION_RESULTS = 'completion.results';
-const String CONTAINING_LIBRARY_NAME = 'containingLibraryName';
-const String CONTAINING_LIBRARY_PATH = 'containingLibraryPath';
//
// Search notifications
//
-const String CONTENT = 'content';
+const String COMPLETION_GET_SUGGESTIONS = 'completion.getSuggestions';
//
// Edit methods
//
+const String COMPLETION_RESULTS = 'completion.results';
+const String CONTAINING_LIBRARY_NAME = 'containingLibraryName';
+const String CONTAINING_LIBRARY_PATH = 'containingLibraryPath';
+const String CONTENT = 'content';
const String CORRECTION = 'correction';
const String DART_DOC = 'dartdoc';
const String DEFAULT = 'default';
-const String DISPLAY_NAME = 'displayName';
-const String EDIT_FORMAT = 'edit.format';
-const String EDIT_GET_ASSISTS = 'edit.getAssists';
-const String EDIT_SORT_MEMBERS = 'edit.sortMembers';
-const String EDITS = 'edits';
+const String DIAGNOSTIC_GET_DIAGNOSTICS = 'diagnostic.getDiagnostics';
//
// Diagnostic methods
//
-const String DIAGNOSTIC_GET_DIAGNOSTICS = 'diagnostic.getDiagnostics';
const String DIAGNOSTIC_GET_SERVER_PORT = 'diagnostic.getServerPort';
+const String DISPLAY_NAME = 'displayName';
//
// Analytics methods
//
-const String ANALYTICS_IS_ENABLED = 'analytics.isEnabled';
-const String ANALYTICS_ENABLE = 'analytics.enable';
-const String ANALYTICS_SEND_EVENT = 'analytics.sendEvent';
-const String ANALYTICS_SEND_TIMING = 'analytics.sendTiming';
+const String EDIT_FORMAT = 'edit.format';
+const String EDIT_GET_ASSISTS = 'edit.getAssists';
+const String EDIT_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefactorings';
+const String EDIT_GET_FIXES = 'edit.getFixes';
//
// Execution methods
//
-const String EDIT_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefactorings';
-const String EDIT_GET_FIXES = 'edit.getFixes';
const String EDIT_GET_REFACTORING = 'edit.getRefactoring';
const String EDIT_GET_STATEMENT_COMPLETION = "edit.getStatementCompletion";
+const String EDIT_ORGANIZE_DIRECTIVES = 'edit.organizeDirectives';
+const String EDIT_SORT_MEMBERS = 'edit.sortMembers';
//
// Execution notifications
//
-const String EDIT_ORGANIZE_DIRECTIVES = 'edit.organizeDirectives';
+const String EDITS = 'edits';
//
// Analysis option names
« no previous file with comments | « pkg/analysis_server/lib/src/collections.dart ('k') | pkg/analysis_server/lib/src/status/diagnostics.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698