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 |
---|---|---|---|---|
chrony-candm/src/async_net.rs chrony-candm/Cargo.toml |
3 | 7 (42%) | 11 (27%) | 2025-04-18 |
chrony-candm/src/common.rs chrony-candm/src/async_net.rs |
2 | 7 (28%) | 7 (28%) | 2025-04-18 |
chrony-candm/src/net.rs chrony-candm/src/async_net.rs |
2 | 3 (66%) | 7 (28%) | 2025-04-18 |
chrony-candm/src/common.rs chrony-candm/Cargo.toml |
2 | 7 (28%) | 11 (18%) | 2025-04-18 |
chrony-candm/src/net.rs chrony-candm/src/common.rs |
1 | 3 (33%) | 7 (14%) | 2025-04-18 |
chrony-candm/src/net.rs chrony-candm/Cargo.toml |
1 | 3 (33%) | 11 (9%) | 2025-04-18 |