A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
No file pairs changed together.
No temporal cross-component dependencies found.
No file pairs changed together.
No temporal cross-component dependencies found.
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
analysis_options.yaml pubspec.yaml |
1 | 11 (9%) | 37 (2%) | 2021-10-04 |
benchmark/shortest_path_worst_case_benchmark.dart pubspec.yaml |
1 | 3 (33%) | 37 (2%) | 2021-10-04 |
benchmark/shortest_path_worst_case_benchmark.dart analysis_options.yaml |
1 | 3 (33%) | 11 (9%) | 2021-10-04 |
example/crawl_async_example.dart pubspec.yaml |
1 | 10 (10%) | 37 (2%) | 2021-10-04 |
example/crawl_async_example.dart analysis_options.yaml |
1 | 10 (10%) | 11 (9%) | 2021-10-04 |
example/crawl_async_example.dart benchmark/shortest_path_worst_case_benchmark.dart |
1 | 10 (10%) | 3 (33%) | 2021-10-04 |
lib/graphs.dart pubspec.yaml |
1 | 5 (20%) | 37 (2%) | 2021-09-02 |
lib/src/cycle_exception.dart pubspec.yaml |
1 | 1 (100%) | 37 (2%) | 2021-09-02 |
lib/src/cycle_exception.dart lib/graphs.dart |
1 | 1 (100%) | 5 (20%) | 2021-09-02 |
lib/src/topological_sort.dart pubspec.yaml |
1 | 1 (100%) | 37 (2%) | 2021-09-02 |
lib/src/topological_sort.dart lib/graphs.dart |
1 | 1 (100%) | 5 (20%) | 2021-09-02 |
lib/src/topological_sort.dart lib/src/cycle_exception.dart |
1 | 1 (100%) | 1 (100%) | 2021-09-02 |
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
benchmark/shortest_path_worst_case_benchmark.dart pubspec.yaml |
3 | 3 (100%) | 37 (8%) | 2021-10-04 |
example/crawl_async_example.dart pubspec.yaml |
2 | 10 (20%) | 37 (5%) | 2021-10-04 |
example/crawl_async_example.dart benchmark/shortest_path_worst_case_benchmark.dart |
2 | 10 (20%) | 3 (66%) | 2021-10-04 |
lib/src/crawl_async.dart pubspec.yaml |
2 | 9 (22%) | 37 (5%) | 2021-03-16 |
benchmark/shortest_path_benchmark.dart pubspec.yaml |
2 | 8 (25%) | 37 (5%) | 2021-02-25 |
benchmark/shortest_path_benchmark.dart benchmark/shortest_path_worst_case_benchmark.dart |
2 | 8 (25%) | 3 (66%) | 2021-02-25 |
lib/src/shortest_path.dart pubspec.yaml |
2 | 14 (14%) | 37 (5%) | 2021-02-25 |
lib/src/shortest_path.dart benchmark/shortest_path_worst_case_benchmark.dart |
2 | 14 (14%) | 3 (66%) | 2021-02-25 |
lib/src/shortest_path.dart benchmark/shortest_path_benchmark.dart |
2 | 14 (14%) | 8 (25%) | 2021-02-25 |
analysis_options.yaml pubspec.yaml |
1 | 11 (9%) | 37 (2%) | 2021-10-04 |
benchmark/shortest_path_worst_case_benchmark.dart analysis_options.yaml |
1 | 3 (33%) | 11 (9%) | 2021-10-04 |
example/crawl_async_example.dart analysis_options.yaml |
1 | 10 (10%) | 11 (9%) | 2021-10-04 |
lib/graphs.dart pubspec.yaml |
1 | 5 (20%) | 37 (2%) | 2021-09-02 |
lib/src/cycle_exception.dart pubspec.yaml |
1 | 1 (100%) | 37 (2%) | 2021-09-02 |
lib/src/cycle_exception.dart lib/graphs.dart |
1 | 1 (100%) | 5 (20%) | 2021-09-02 |
lib/src/topological_sort.dart pubspec.yaml |
1 | 1 (100%) | 37 (2%) | 2021-09-02 |
lib/src/topological_sort.dart lib/graphs.dart |
1 | 1 (100%) | 5 (20%) | 2021-09-02 |
lib/src/topological_sort.dart lib/src/cycle_exception.dart |
1 | 1 (100%) | 1 (100%) | 2021-09-02 |
lib/src/crawl_async.dart benchmark/shortest_path_worst_case_benchmark.dart |
1 | 9 (11%) | 3 (33%) | 2021-02-25 |
lib/src/crawl_async.dart example/crawl_async_example.dart |
1 | 9 (11%) | 10 (10%) | 2021-02-25 |