OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, 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 part of protocol; | 9 part of protocol; |
10 /** | 10 /** |
(...skipping 12694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12705 */ | 12705 */ |
12706 static const FORMAT_WITH_ERRORS = const RequestErrorCode._("FORMAT_WITH_ERRORS
"); | 12706 static const FORMAT_WITH_ERRORS = const RequestErrorCode._("FORMAT_WITH_ERRORS
"); |
12707 | 12707 |
12708 /** | 12708 /** |
12709 * An "analysis.getErrors" request specified a FilePath which does not match | 12709 * An "analysis.getErrors" request specified a FilePath which does not match |
12710 * a file currently subject to analysis. | 12710 * a file currently subject to analysis. |
12711 */ | 12711 */ |
12712 static const GET_ERRORS_INVALID_FILE = const RequestErrorCode._("GET_ERRORS_IN
VALID_FILE"); | 12712 static const GET_ERRORS_INVALID_FILE = const RequestErrorCode._("GET_ERRORS_IN
VALID_FILE"); |
12713 | 12713 |
12714 /** | 12714 /** |
12715 * An "analysis.getErrors" request specified a FilePath which does not match | 12715 * An "analysis.getNavigation" request specified a FilePath which does not |
12716 * a file currently subject to analysis. | 12716 * match a file currently subject to analysis. |
12717 */ | 12717 */ |
12718 static const GET_NAVIGATION_INVALID_FILE = const RequestErrorCode._("GET_NAVIG
ATION_INVALID_FILE"); | 12718 static const GET_NAVIGATION_INVALID_FILE = const RequestErrorCode._("GET_NAVIG
ATION_INVALID_FILE"); |
12719 | 12719 |
12720 /** | 12720 /** |
12721 * A path passed as an argument to a request (such as analysis.reanalyze) is | 12721 * A path passed as an argument to a request (such as analysis.reanalyze) is |
12722 * required to be an analysis root, but isn't. | 12722 * required to be an analysis root, but isn't. |
12723 */ | 12723 */ |
12724 static const INVALID_ANALYSIS_ROOT = const RequestErrorCode._("INVALID_ANALYSI
S_ROOT"); | 12724 static const INVALID_ANALYSIS_ROOT = const RequestErrorCode._("INVALID_ANALYSI
S_ROOT"); |
12725 | 12725 |
12726 /** | 12726 /** |
(...skipping 2631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15358 return false; | 15358 return false; |
15359 } | 15359 } |
15360 | 15360 |
15361 @override | 15361 @override |
15362 int get hashCode { | 15362 int get hashCode { |
15363 int hash = 0; | 15363 int hash = 0; |
15364 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); | 15364 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); |
15365 return _JenkinsSmiHash.finish(hash); | 15365 return _JenkinsSmiHash.finish(hash); |
15366 } | 15366 } |
15367 } | 15367 } |
OLD | NEW |