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

Unified Diff: pkg/analyzer/lib/context/context_root.dart

Issue 2913493002: Add the analysis options path to the diagnostics page. (Closed)
Patch Set: Merge branch 'master' into options_in_diagnostics Created 3 years, 7 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/status/get_handler2.dart ('k') | pkg/analyzer/lib/src/context/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/context/context_root.dart
diff --git a/pkg/analyzer/lib/context/context_root.dart b/pkg/analyzer/lib/context/context_root.dart
index cfc47ff8f99c2c0ebbadbf3ed75c5cbb49422994..2596cedc3af6b2f3d6dc68e7712ccb5aba8b81d6 100644
--- a/pkg/analyzer/lib/context/context_root.dart
+++ b/pkg/analyzer/lib/context/context_root.dart
@@ -24,6 +24,13 @@ class ContextRoot {
final List<String> exclude;
/**
+ * An informative value for the file path that the analysis options were read
+ * from. This value can be `null` if there is no analysis options file or if
+ * the location of the file has not yet been discovered.
+ */
+ String optionsFilePath;
+
+ /**
* Initialize a newly created context root.
*/
ContextRoot(this.root, this.exclude);
« no previous file with comments | « pkg/analysis_server/lib/src/status/get_handler2.dart ('k') | pkg/analyzer/lib/src/context/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698