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

Side by Side Diff: pkg/analyzer/tool/task_dependency_graph/tasks.dot

Issue 1902403005: Don't use AnalysisContext.exists() in VerifyUnitTask. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Regenerate task data. Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart". 7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart".
8 // 8 //
9 // To render this graph using Graphviz (www.graphviz.org) use the command: 9 // To render this graph using Graphviz (www.graphviz.org) use the command:
10 // "dot tasks.dot -Tpdf -O". 10 // "dot tasks.dot -Tpdf -O".
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 LINE_INFO -> DartErrorsTask 168 LINE_INFO -> DartErrorsTask
169 LINE_INFO -> ParseDartTask 169 LINE_INFO -> ParseDartTask
170 LINE_INFO [shape=box] 170 LINE_INFO [shape=box]
171 LINTS -> LibraryUnitErrorsTask 171 LINTS -> LibraryUnitErrorsTask
172 LINTS [shape=box] 172 LINTS [shape=box]
173 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 173 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
174 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 174 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
175 MODIFICATION_TIME -> BuildDirectiveElementsTask 175 MODIFICATION_TIME -> BuildDirectiveElementsTask
176 MODIFICATION_TIME -> ParseDartTask 176 MODIFICATION_TIME -> ParseDartTask
177 MODIFICATION_TIME -> ScanDartTask 177 MODIFICATION_TIME -> ScanDartTask
178 MODIFICATION_TIME -> VerifyUnitTask
178 MODIFICATION_TIME [shape=box] 179 MODIFICATION_TIME [shape=box]
179 PARSED_UNIT -> BuildCompilationUnitElementTask 180 PARSED_UNIT -> BuildCompilationUnitElementTask
180 PARSED_UNIT -> DartErrorsTask 181 PARSED_UNIT -> DartErrorsTask
181 PARSED_UNIT [shape=box] 182 PARSED_UNIT [shape=box]
182 PARSE_ERRORS -> dartErrorsForSource 183 PARSE_ERRORS -> dartErrorsForSource
183 PARSE_ERRORS [shape=box] 184 PARSE_ERRORS [shape=box]
184 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask 185 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask
185 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] 186 PROPAGABLE_VARIABLES_IN_UNIT [shape=box]
186 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask 187 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask
187 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] 188 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box]
(...skipping 26 matching lines...) Expand all
214 READY_LIBRARY_ELEMENT5 -> ReadyLibraryElement5Task 215 READY_LIBRARY_ELEMENT5 -> ReadyLibraryElement5Task
215 READY_LIBRARY_ELEMENT5 [shape=box] 216 READY_LIBRARY_ELEMENT5 [shape=box]
216 READY_LIBRARY_ELEMENT6 -> PropagateVariableTypesInLibraryClosureTask 217 READY_LIBRARY_ELEMENT6 -> PropagateVariableTypesInLibraryClosureTask
217 READY_LIBRARY_ELEMENT6 -> ReadyLibraryElement6Task 218 READY_LIBRARY_ELEMENT6 -> ReadyLibraryElement6Task
218 READY_LIBRARY_ELEMENT6 [shape=box] 219 READY_LIBRARY_ELEMENT6 [shape=box]
219 READY_RESOLVED_UNIT -> ResolveLibraryTask 220 READY_RESOLVED_UNIT -> ResolveLibraryTask
220 READY_RESOLVED_UNIT -> VerifyUnitTask 221 READY_RESOLVED_UNIT -> VerifyUnitTask
221 READY_RESOLVED_UNIT [shape=box] 222 READY_RESOLVED_UNIT [shape=box]
222 REFERENCED_NAMES [shape=box] 223 REFERENCED_NAMES [shape=box]
223 REFERENCED_SOURCES -> BuildDirectiveElementsTask 224 REFERENCED_SOURCES -> BuildDirectiveElementsTask
225 REFERENCED_SOURCES -> VerifyUnitTask
224 REFERENCED_SOURCES [shape=box] 226 REFERENCED_SOURCES [shape=box]
225 RESOLVED_UNIT -> GenerateHintsTask 227 RESOLVED_UNIT -> GenerateHintsTask
226 RESOLVED_UNIT -> GenerateLintsTask 228 RESOLVED_UNIT -> GenerateLintsTask
227 RESOLVED_UNIT -> ReadyResolvedUnitTask 229 RESOLVED_UNIT -> ReadyResolvedUnitTask
228 RESOLVED_UNIT -> VerifyUnitTask 230 RESOLVED_UNIT -> VerifyUnitTask
229 RESOLVED_UNIT [shape=box] 231 RESOLVED_UNIT [shape=box]
230 RESOLVED_UNIT1 -> BuildDirectiveElementsTask 232 RESOLVED_UNIT1 -> BuildDirectiveElementsTask
231 RESOLVED_UNIT1 -> BuildLibraryElementTask 233 RESOLVED_UNIT1 -> BuildLibraryElementTask
232 RESOLVED_UNIT1 -> ResolveDirectiveElementsTask 234 RESOLVED_UNIT1 -> ResolveDirectiveElementsTask
233 RESOLVED_UNIT1 [shape=box] 235 RESOLVED_UNIT1 [shape=box]
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 330 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
329 VARIABLE_REFERENCE_ERRORS [shape=box] 331 VARIABLE_REFERENCE_ERRORS [shape=box]
330 VERIFY_ERRORS -> LibraryUnitErrorsTask 332 VERIFY_ERRORS -> LibraryUnitErrorsTask
331 VERIFY_ERRORS [shape=box] 333 VERIFY_ERRORS [shape=box]
332 VerifyUnitTask -> VERIFY_ERRORS 334 VerifyUnitTask -> VERIFY_ERRORS
333 dartErrorsForSource -> DartErrorsTask 335 dartErrorsForSource -> DartErrorsTask
334 dartErrorsForSource [shape=hexagon] 336 dartErrorsForSource [shape=hexagon]
335 dartErrorsForUnit -> DartErrorsTask 337 dartErrorsForUnit -> DartErrorsTask
336 dartErrorsForUnit [shape=hexagon] 338 dartErrorsForUnit [shape=hexagon]
337 } 339 }
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698