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 |
---|---|---|---|---|
src/host/main.cpp src/host/enclave.h |
4 | 140 (2%) | 32 (12%) | 2022-01-28 |
src/node/node_state.h src/node/rpc/node_frontend.h |
4 | 166 (2%) | 100 (4%) | 2022-01-25 |
src/tls/client.h src/enclave/tls_endpoint.h |
3 | 7 (42%) | 17 (17%) | 2022-01-28 |
src/tls/context.h src/enclave/tls_endpoint.h |
3 | 16 (18%) | 17 (17%) | 2022-01-28 |
src/tls/context.h src/tls/client.h |
3 | 16 (18%) | 7 (42%) | 2022-01-28 |
src/tls/server.h src/enclave/tls_endpoint.h |
3 | 7 (42%) | 17 (17%) | 2022-01-28 |
src/tls/server.h src/tls/client.h |
3 | 7 (42%) | 7 (42%) | 2022-01-28 |
src/tls/server.h src/tls/context.h |
3 | 7 (42%) | 16 (18%) | 2022-01-28 |
src/tls/ca.h src/tls/context.h |
3 | 12 (25%) | 16 (18%) | 2022-01-28 |
src/tls/cert.h src/tls/context.h |
3 | 17 (17%) | 16 (18%) | 2022-01-28 |
src/tls/cert.h src/tls/ca.h |
3 | 17 (17%) | 12 (25%) | 2022-01-28 |
src/tls/cert.h src/enclave/tls_endpoint.h |
3 | 17 (17%) | 17 (17%) | 2022-01-19 |
src/enclave/enclave.h src/host/main.cpp |
3 | 88 (3%) | 140 (2%) | 2022-01-26 |
src/enclave/main.cpp src/host/main.cpp |
3 | 52 (5%) | 140 (2%) | 2022-01-26 |
src/enclave/main.cpp src/enclave/enclave.h |
3 | 52 (5%) | 88 (3%) | 2022-01-26 |
src/consensus/aft/raft.h src/node/node_state.h |
3 | 100 (3%) | 166 (1%) | 2022-01-21 |
src/kv/kv_types.h src/node/rpc/node_frontend.h |
3 | 110 (2%) | 100 (3%) | 2022-01-21 |
src/kv/kv_types.h src/consensus/aft/raft.h |
3 | 110 (2%) | 100 (3%) | 2022-01-21 |
src/node/rpc/member_frontend.h src/apps/js_generic/js_generic_base.cpp |
2 | 137 (1%) | 8 (25%) | 2022-01-28 |
src/node/rpc/node_frontend.h src/node/rpc/member_frontend.h |
2 | 100 (2%) | 137 (1%) | 2022-01-28 |