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

Unified Diff: pkg/analysis_server/test/integration/support/integration_test_methods.dart

Issue 3000823002: Forward Kythe requests to plugins and merge in the results (Closed)
Patch Set: Created 3 years, 4 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/test/integration/support/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/support/integration_test_methods.dart b/pkg/analysis_server/test/integration/support/integration_test_methods.dart
index a566054e606236d620cac88c72f5e533ec96aa7d..d3e63a698c3c217213cb12773bdf30db26d8ce5d 100644
--- a/pkg/analysis_server/test/integration/support/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/support/integration_test_methods.dart
@@ -2040,6 +2040,11 @@ abstract class IntegrationTestMixin {
* Return the list of KytheEntry objects for some file, given the current
* state of the file system populated by "analysis.updateContent".
*
+ * If a request is made for a file that does not exist, or that is not
+ * currently subject to analysis (e.g. because it is not associated with any
+ * analysis root specified to analysis.setAnalysisRoots), an error of type
+ * GET_KYTHE_ENTRIES_INVALID_FILE will be generated.
+ *
* Parameters
*
* file: FilePath

Powered by Google App Engine
This is Rietveld 408576698