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).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
lib/retry.dart analysis_options.yaml |
1 | 3 (33%) | 24 (4%) | 2022-01-04 |
lib/src/base_client.dart analysis_options.yaml |
1 | 32 (3%) | 24 (4%) | 2022-01-04 |
lib/src/base_client.dart lib/retry.dart |
1 | 32 (3%) | 3 (33%) | 2022-01-04 |
lib/src/io_client.dart analysis_options.yaml |
1 | 41 (2%) | 24 (4%) | 2022-01-04 |
lib/src/io_client.dart lib/retry.dart |
1 | 41 (2%) | 3 (33%) | 2022-01-04 |
lib/src/io_client.dart lib/src/base_client.dart |
1 | 41 (2%) | 32 (3%) | 2022-01-04 |