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

Unified Diff: pkg/analysis_server/test/stress/utilities/server.dart

Issue 2688253002: Suppress a few analysis warnings in the analyzer codebase. (Closed)
Patch Set: Review comments. Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/stress/utilities/server.dart
diff --git a/pkg/analysis_server/test/stress/utilities/server.dart b/pkg/analysis_server/test/stress/utilities/server.dart
index 88a44ce9a08e44dc3ea026ea51a31eccd91d39f0..08beaa04e4adae56cc17a30e2cd402f1b03cfc73 100644
--- a/pkg/analysis_server/test/stress/utilities/server.dart
+++ b/pkg/analysis_server/test/stress/utilities/server.dart
@@ -190,11 +190,6 @@ class Server {
List<String> _analysisRootIncludes = <String>[];
/**
- * The analysis roots that are excluded.
- */
- List<String> _analysisRootExcludes = <String>[];
-
- /**
* A list containing the paths of files for which an overlay has been created.
*/
List<String> filesWithOverlays = <String>[];
@@ -448,7 +443,6 @@ class Server {
List<String> included, List<String> excluded,
Brian Wilkerson 2017/02/11 22:27:36 Sigh. I was planning on using the excludes informa
{Map<String, String> packageRoots}) {
_analysisRootIncludes = included;
- _analysisRootExcludes = excluded;
var params = new AnalysisSetAnalysisRootsParams(included, excluded,
packageRoots: packageRoots)
.toJson();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698