| OLD | NEW |
| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 LIBRARY_ELEMENT8 [shape=box] | 159 LIBRARY_ELEMENT8 [shape=box] |
| 160 LIBRARY_ERRORS_READY [shape=box] | 160 LIBRARY_ERRORS_READY [shape=box] |
| 161 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask | 161 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask |
| 162 LIBRARY_SPECIFIC_UNITS -> PropagateVariableTypesInLibraryTask | 162 LIBRARY_SPECIFIC_UNITS -> PropagateVariableTypesInLibraryTask |
| 163 LIBRARY_SPECIFIC_UNITS -> ReadyResolvedUnitTask | 163 LIBRARY_SPECIFIC_UNITS -> ReadyResolvedUnitTask |
| 164 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask | 164 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask |
| 165 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask | 165 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask |
| 166 LIBRARY_SPECIFIC_UNITS [shape=box] | 166 LIBRARY_SPECIFIC_UNITS [shape=box] |
| 167 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit | 167 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit |
| 168 LIBRARY_UNIT_ERRORS [shape=box] | 168 LIBRARY_UNIT_ERRORS [shape=box] |
| 169 LINE_INFO -> DartErrorsTask |
| 169 LINE_INFO -> ParseDartTask | 170 LINE_INFO -> ParseDartTask |
| 170 LINE_INFO [shape=box] | 171 LINE_INFO [shape=box] |
| 171 LINTS -> LibraryUnitErrorsTask | 172 LINTS -> LibraryUnitErrorsTask |
| 172 LINTS [shape=box] | 173 LINTS [shape=box] |
| 173 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY | 174 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY |
| 174 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS | 175 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS |
| 175 MODIFICATION_TIME -> ParseDartTask | 176 MODIFICATION_TIME -> ParseDartTask |
| 176 MODIFICATION_TIME [shape=box] | 177 MODIFICATION_TIME [shape=box] |
| 177 PARSED_UNIT -> BuildCompilationUnitElementTask | 178 PARSED_UNIT -> BuildCompilationUnitElementTask |
| 179 PARSED_UNIT -> DartErrorsTask |
| 178 PARSED_UNIT [shape=box] | 180 PARSED_UNIT [shape=box] |
| 179 PARSE_ERRORS -> dartErrorsForSource | 181 PARSE_ERRORS -> dartErrorsForSource |
| 180 PARSE_ERRORS [shape=box] | 182 PARSE_ERRORS [shape=box] |
| 181 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask | 183 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask |
| 182 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] | 184 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] |
| 183 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask | 185 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask |
| 184 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] | 186 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] |
| 185 PROPAGATED_VARIABLE -> PropagateVariableTypeTask | 187 PROPAGATED_VARIABLE -> PropagateVariableTypeTask |
| 186 PROPAGATED_VARIABLE -> PropagateVariableTypesInUnitTask | 188 PROPAGATED_VARIABLE -> PropagateVariableTypesInUnitTask |
| 187 PROPAGATED_VARIABLE [shape=box] | 189 PROPAGATED_VARIABLE [shape=box] |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask | 320 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask |
| 319 VARIABLE_REFERENCE_ERRORS [shape=box] | 321 VARIABLE_REFERENCE_ERRORS [shape=box] |
| 320 VERIFY_ERRORS -> LibraryUnitErrorsTask | 322 VERIFY_ERRORS -> LibraryUnitErrorsTask |
| 321 VERIFY_ERRORS [shape=box] | 323 VERIFY_ERRORS [shape=box] |
| 322 VerifyUnitTask -> VERIFY_ERRORS | 324 VerifyUnitTask -> VERIFY_ERRORS |
| 323 dartErrorsForSource -> DartErrorsTask | 325 dartErrorsForSource -> DartErrorsTask |
| 324 dartErrorsForSource [shape=hexagon] | 326 dartErrorsForSource [shape=hexagon] |
| 325 dartErrorsForUnit -> DartErrorsTask | 327 dartErrorsForUnit -> DartErrorsTask |
| 326 dartErrorsForUnit [shape=hexagon] | 328 dartErrorsForUnit [shape=hexagon] |
| 327 } | 329 } |
| OLD | NEW |