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

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

Issue 2960073002: Generate constants in server as we do in plugin (Closed)
Patch Set: improve names 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; 45 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions';
46 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; 46 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions';
47 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; 47 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent';
48 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; 48 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files';
49 const String ANALYSIS_RESPONSE_GET_NAVIGATION_FILES = 'files'; 49 const String ANALYSIS_RESPONSE_GET_NAVIGATION_FILES = 'files';
50 const String ANALYSIS_RESPONSE_GET_NAVIGATION_REGIONS = 'regions'; 50 const String ANALYSIS_RESPONSE_GET_NAVIGATION_REGIONS = 'regions';
51 const String ANALYSIS_RESPONSE_GET_NAVIGATION_TARGETS = 'targets'; 51 const String ANALYSIS_RESPONSE_GET_NAVIGATION_TARGETS = 'targets';
52 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions'; 52 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions';
53 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file'; 53 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file';
54 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset'; 54 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset';
55 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTLENGTH = 55 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENT_LENGTH =
56 'replacementLength'; 56 'replacementLength';
57 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTOFFSET = 57 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENT_OFFSET =
58 'replacementOffset'; 58 'replacementOffset';
59 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results'; 59 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results';
60 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists'; 60 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists';
61 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file'; 61 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file';
62 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length'; 62 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length';
63 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset'; 63 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset';
64 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS = 64 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS =
65 'edit.getAvailableRefactorings'; 65 'edit.getAvailableRefactorings';
66 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file'; 66 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file';
67 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length'; 67 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length';
68 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset'; 68 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset';
69 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes'; 69 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes';
70 const String EDIT_REQUEST_GET_FIXES_FILE = 'file'; 70 const String EDIT_REQUEST_GET_FIXES_FILE = 'file';
71 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset'; 71 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset';
72 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring'; 72 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring';
73 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file'; 73 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file';
74 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind'; 74 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind';
75 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length'; 75 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length';
76 const String EDIT_REQUEST_GET_REFACTORING_OFFSET = 'offset'; 76 const String EDIT_REQUEST_GET_REFACTORING_OFFSET = 'offset';
77 const String EDIT_REQUEST_GET_REFACTORING_OPTIONS = 'options'; 77 const String EDIT_REQUEST_GET_REFACTORING_OPTIONS = 'options';
78 const String EDIT_REQUEST_GET_REFACTORING_VALIDATEONLY = 'validateOnly'; 78 const String EDIT_REQUEST_GET_REFACTORING_VALIDATE_ONLY = 'validateOnly';
79 const String EDIT_RESPONSE_GET_ASSISTS_ASSISTS = 'assists'; 79 const String EDIT_RESPONSE_GET_ASSISTS_ASSISTS = 'assists';
80 const String EDIT_RESPONSE_GET_AVAILABLE_REFACTORINGS_KINDS = 'kinds'; 80 const String EDIT_RESPONSE_GET_AVAILABLE_REFACTORINGS_KINDS = 'kinds';
81 const String EDIT_RESPONSE_GET_FIXES_FIXES = 'fixes'; 81 const String EDIT_RESPONSE_GET_FIXES_FIXES = 'fixes';
82 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change'; 82 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change';
83 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback'; 83 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback';
84 const String EDIT_RESPONSE_GET_REFACTORING_FINALPROBLEMS = 'finalProblems'; 84 const String EDIT_RESPONSE_GET_REFACTORING_FINAL_PROBLEMS = 'finalProblems';
85 const String EDIT_RESPONSE_GET_REFACTORING_INITIALPROBLEMS = 'initialProblems'; 85 const String EDIT_RESPONSE_GET_REFACTORING_INITIAL_PROBLEMS = 'initialProblems';
86 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONSPROBLEMS = 'optionsProblems'; 86 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONS_PROBLEMS = 'optionsProblems';
87 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits'; 87 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIAL_EDITS = 'potentialEdits';
88 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error'; 88 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error';
89 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal'; 89 const String PLUGIN_NOTIFICATION_ERROR_IS_FATAL = 'isFatal';
90 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message'; 90 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message';
91 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace'; 91 const String PLUGIN_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace';
92 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown'; 92 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown';
93 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; 93 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
94 const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath'; 94 const String PLUGIN_REQUEST_VERSION_CHECK_BYTE_STORE_PATH = 'byteStorePath';
95 const String PLUGIN_REQUEST_VERSION_CHECK_SDKPATH = 'sdkPath'; 95 const String PLUGIN_REQUEST_VERSION_CHECK_SDK_PATH = 'sdkPath';
96 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; 96 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
97 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo'; 97 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACT_INFO = 'contactInfo';
98 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 98 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTING_FILES =
99 'interestingFiles'; 99 'interestingFiles';
100 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible'; 100 const String PLUGIN_RESPONSE_VERSION_CHECK_IS_COMPATIBLE = 'isCompatible';
101 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; 101 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name';
102 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; 102 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version';
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/generate_all.dart ('k') | pkg/analyzer_plugin/tool/spec/codegen_protocol_constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698