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

Unified Diff: pkg/analyzer_plugin/lib/plugin/plugin.dart

Issue 2688253002: Suppress a few analysis warnings in the analyzer codebase. (Closed)
Patch Set: 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
Index: pkg/analyzer_plugin/lib/plugin/plugin.dart
diff --git a/pkg/analyzer_plugin/lib/plugin/plugin.dart b/pkg/analyzer_plugin/lib/plugin/plugin.dart
index f24f6b811c71626d181b02464995658c5f77d837..f7393442855911be0577b97b8680068f12772826 100644
--- a/pkg/analyzer_plugin/lib/plugin/plugin.dart
+++ b/pkg/analyzer_plugin/lib/plugin/plugin.dart
@@ -63,7 +63,7 @@ abstract class ServerPlugin {
* the cache location isn't known because the 'plugin.version' request has not
* yet been received.
*/
- ByteStore _byteStore;
+ ByteStore _byteStore; // ignore: unused_field
scheglov 2017/02/10 21:06:53 I think Brian will use it eventually, and again, I
devoncarew 2017/02/10 21:12:35 Removed the ignore.
/**
* The file content overlay used by any analysis drivers that are created.
« pkg/analyzer/test/generated/all_the_rest_test.dart ('K') | « pkg/analyzer/test/source/test_all.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698