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

Side by Side Diff: pkg/analyzer_plugin/lib/protocol/protocol_constants.dart

Issue 2964113003: Remove an unused request and the associated type (Closed)
Patch Set: Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analysis_server/tool/spec/generate_files". 7 // "pkg/analysis_server/tool/spec/generate_files".
8 8
9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors'; 9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors';
10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors'; 10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors';
(...skipping 17 matching lines...) Expand all
28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline'; 28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline';
29 const String ANALYSIS_REQUEST_GET_NAVIGATION = 'analysis.getNavigation'; 29 const String ANALYSIS_REQUEST_GET_NAVIGATION = 'analysis.getNavigation';
30 const String ANALYSIS_REQUEST_GET_NAVIGATION_FILE = 'file'; 30 const String ANALYSIS_REQUEST_GET_NAVIGATION_FILE = 'file';
31 const String ANALYSIS_REQUEST_GET_NAVIGATION_LENGTH = 'length'; 31 const String ANALYSIS_REQUEST_GET_NAVIGATION_LENGTH = 'length';
32 const String ANALYSIS_REQUEST_GET_NAVIGATION_OFFSET = 'offset'; 32 const String ANALYSIS_REQUEST_GET_NAVIGATION_OFFSET = 'offset';
33 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = 33 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS =
34 'analysis.handleWatchEvents'; 34 'analysis.handleWatchEvents';
35 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events'; 35 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events';
36 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze'; 36 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze';
37 const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots'; 37 const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots';
38 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS =
39 'analysis.setContextBuilderOptions';
40 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS_OPTIONS = 'options';
41 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots'; 38 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots';
42 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots'; 39 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots';
43 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; 40 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles';
44 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files'; 41 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files';
45 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; 42 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions';
46 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; 43 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions';
47 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; 44 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent';
48 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; 45 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files';
49 const String ANALYSIS_RESPONSE_GET_NAVIGATION_FILES = 'files'; 46 const String ANALYSIS_RESPONSE_GET_NAVIGATION_FILES = 'files';
50 const String ANALYSIS_RESPONSE_GET_NAVIGATION_REGIONS = 'regions'; 47 const String ANALYSIS_RESPONSE_GET_NAVIGATION_REGIONS = 'regions';
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; 90 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
94 const String PLUGIN_REQUEST_VERSION_CHECK_BYTE_STORE_PATH = 'byteStorePath'; 91 const String PLUGIN_REQUEST_VERSION_CHECK_BYTE_STORE_PATH = 'byteStorePath';
95 const String PLUGIN_REQUEST_VERSION_CHECK_SDK_PATH = 'sdkPath'; 92 const String PLUGIN_REQUEST_VERSION_CHECK_SDK_PATH = 'sdkPath';
96 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; 93 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
97 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACT_INFO = 'contactInfo'; 94 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACT_INFO = 'contactInfo';
98 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTING_FILES = 95 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTING_FILES =
99 'interestingFiles'; 96 'interestingFiles';
100 const String PLUGIN_RESPONSE_VERSION_CHECK_IS_COMPATIBLE = 'isCompatible'; 97 const String PLUGIN_RESPONSE_VERSION_CHECK_IS_COMPATIBLE = 'isCompatible';
101 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; 98 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name';
102 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; 99 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version';
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/lib/plugin/plugin.dart ('k') | pkg/analyzer_plugin/lib/protocol/protocol_generated.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698