| Index: pkg/analysis_server/lib/src/get_handler.dart
|
| diff --git a/pkg/analysis_server/lib/src/get_handler.dart b/pkg/analysis_server/lib/src/get_handler.dart
|
| index ca938cd411e7e24c3e3f851214a033b5bdddbb0e..12b4f30579c334489157dd4eb157709d43c637d0 100644
|
| --- a/pkg/analysis_server/lib/src/get_handler.dart
|
| +++ b/pkg/analysis_server/lib/src/get_handler.dart
|
| @@ -66,6 +66,7 @@ class GetHandler {
|
| response,
|
| ['Context', 'ERROR', 'FLUSHED', 'IN_PROCESS', 'INVALID', 'VALID'],
|
| true);
|
| + // TODO(scheglov) replace with using folder based contexts
|
| _server.analysisServer.contextMap.forEach((String key, AnalysisContext context) {
|
| AnalysisContextStatistics statistics =
|
| (context as AnalysisContextImpl).statistics;
|
|
|