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/utils/logic-app/monitoringViewUtils.ts src/utils/logic-app/designerUtils.ts |
2 | 16 (12%) | 29 (6%) | 2022-01-03 |
src/commands/logic-app/openInDesigner.ts src/utils/logic-app/designerUtils.ts |
1 | 7 (14%) | 29 (3%) | 2022-01-03 |
src/commands/logic-app/openInDesigner.ts src/utils/logic-app/monitoringViewUtils.ts |
1 | 7 (14%) | 16 (6%) | 2022-01-03 |
src/commands/logic-app/openRunInMonitoringView.ts src/utils/logic-app/designerUtils.ts |
1 | 4 (25%) | 29 (3%) | 2022-01-03 |
src/commands/logic-app/openRunInMonitoringView.ts src/utils/logic-app/monitoringViewUtils.ts |
1 | 4 (25%) | 16 (6%) | 2022-01-03 |
src/commands/logic-app/openRunInMonitoringView.ts src/commands/logic-app/openInDesigner.ts |
1 | 4 (25%) | 7 (14%) | 2022-01-03 |
src/commands/logic-app/openVersionInDesigner.ts src/utils/logic-app/designerUtils.ts |
1 | 5 (20%) | 29 (3%) | 2022-01-03 |
src/commands/logic-app/openVersionInDesigner.ts src/utils/logic-app/monitoringViewUtils.ts |
1 | 5 (20%) | 16 (6%) | 2022-01-03 |
src/commands/logic-app/openVersionInDesigner.ts src/commands/logic-app/openInDesigner.ts |
1 | 5 (20%) | 7 (14%) | 2022-01-03 |
src/commands/logic-app/openVersionInDesigner.ts src/commands/logic-app/openRunInMonitoringView.ts |
1 | 5 (20%) | 4 (25%) | 2022-01-03 |