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 |
---|---|---|---|---|
adapter/src/main.ts adapter/src/debugSession.ts |
1 | 21 (4%) | 83 (1%) | 2022-01-07 |
adapter/src/loggingDebugSession.ts adapter/src/debugSession.ts |
1 | 16 (6%) | 83 (1%) | 2022-01-06 |
adapter/src/messages.ts adapter/src/debugSession.ts |
1 | 2 (50%) | 83 (1%) | 2022-01-06 |
adapter/src/messages.ts adapter/src/loggingDebugSession.ts |
1 | 2 (50%) | 16 (6%) | 2022-01-06 |
adapter/src/protocol.ts adapter/src/debugSession.ts |
1 | 14 (7%) | 83 (1%) | 2022-01-06 |
adapter/src/protocol.ts adapter/src/loggingDebugSession.ts |
1 | 14 (7%) | 16 (6%) | 2022-01-06 |
adapter/src/protocol.ts adapter/src/messages.ts |
1 | 14 (7%) | 2 (50%) | 2022-01-06 |
testSupport/src/debugClient.ts adapter/src/debugSession.ts |
1 | 24 (4%) | 83 (1%) | 2022-01-06 |
testSupport/src/debugClient.ts adapter/src/loggingDebugSession.ts |
1 | 24 (4%) | 16 (6%) | 2022-01-06 |
testSupport/src/debugClient.ts adapter/src/messages.ts |
1 | 24 (4%) | 2 (50%) | 2022-01-06 |
testSupport/src/debugClient.ts adapter/src/protocol.ts |
1 | 24 (4%) | 14 (7%) | 2022-01-06 |
testSupport/src/protocolClient.ts adapter/src/debugSession.ts |
1 | 8 (12%) | 83 (1%) | 2022-01-06 |
testSupport/src/protocolClient.ts adapter/src/loggingDebugSession.ts |
1 | 8 (12%) | 16 (6%) | 2022-01-06 |
testSupport/src/protocolClient.ts adapter/src/messages.ts |
1 | 8 (12%) | 2 (50%) | 2022-01-06 |
testSupport/src/protocolClient.ts adapter/src/protocol.ts |
1 | 8 (12%) | 14 (7%) | 2022-01-06 |
testSupport/src/protocolClient.ts testSupport/src/debugClient.ts |
1 | 8 (12%) | 24 (4%) | 2022-01-06 |