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 |
---|---|---|---|---|
Outputs.h Outputs.cpp |
1 | 11 (9%) | 16 (6%) | 2022-01-14 |
auoms.cpp Outputs.cpp |
1 | 44 (2%) | 16 (6%) | 2022-01-14 |
auoms.cpp Outputs.h |
1 | 44 (2%) | 11 (9%) | 2022-01-14 |
ProcessInfo.cpp CollectionMonitor.cpp |
1 | 10 (10%) | 9 (11%) | 2022-01-12 |
ProcessInfo.h CollectionMonitor.cpp |
1 | 5 (20%) | 9 (11%) | 2022-01-12 |
ProcessInfo.h ProcessInfo.cpp |
1 | 5 (20%) | 10 (10%) | 2022-01-12 |
ProcessTree.cpp CollectionMonitor.cpp |
1 | 14 (7%) | 9 (11%) | 2022-01-12 |
ProcessTree.cpp ProcessInfo.cpp |
1 | 14 (7%) | 10 (10%) | 2022-01-12 |
ProcessTree.cpp ProcessInfo.h |
1 | 14 (7%) | 5 (20%) | 2022-01-12 |
No temporal cross-component dependencies found.