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/models/contracts/connection.ts src/controllers/connectionManager.ts |
3 | 20 (15%) | 159 (1%) | 2022-01-12 |
src/credentialstore/credentialstore.ts src/azure/azureController.ts |
2 | 6 (33%) | 11 (18%) | 2022-01-21 |
src/models/connectionStore.ts src/azure/azureController.ts |
2 | 50 (4%) | 11 (18%) | 2022-01-21 |
src/models/connectionStore.ts src/credentialstore/credentialstore.ts |
2 | 50 (4%) | 6 (33%) | 2022-01-21 |
src/models/utils.ts src/azure/azureController.ts |
2 | 65 (3%) | 11 (18%) | 2022-01-21 |
src/models/utils.ts src/credentialstore/credentialstore.ts |
2 | 65 (3%) | 6 (33%) | 2022-01-21 |
src/models/utils.ts src/models/connectionStore.ts |
2 | 65 (3%) | 50 (4%) | 2022-01-21 |
src/extension.ts src/controllers/connectionManager.ts |
2 | 35 (5%) | 159 (1%) | 2022-01-12 |
src/models/contracts/connection.ts src/extension.ts |
2 | 20 (10%) | 35 (5%) | 2022-01-12 |
src/controllers/untitledSqlDocumentService.ts src/azure/azureController.ts |
1 | 11 (9%) | 11 (9%) | 2022-01-12 |
src/controllers/untitledSqlDocumentService.ts src/credentialstore/credentialstore.ts |
1 | 11 (9%) | 6 (16%) | 2022-01-12 |
src/controllers/untitledSqlDocumentService.ts src/models/connectionStore.ts |
1 | 11 (9%) | 50 (2%) | 2022-01-12 |
src/controllers/untitledSqlDocumentService.ts src/models/utils.ts |
1 | 11 (9%) | 65 (1%) | 2022-01-12 |
build/build.yml src/azure/azureController.ts |
1 | 13 (7%) | 11 (9%) | 2022-01-12 |
build/build.yml src/credentialstore/credentialstore.ts |
1 | 13 (7%) | 6 (16%) | 2022-01-12 |
build/build.yml src/models/connectionStore.ts |
1 | 13 (7%) | 50 (2%) | 2022-01-12 |
build/build.yml src/models/utils.ts |
1 | 13 (7%) | 65 (1%) | 2022-01-12 |
build/build.yml src/controllers/untitledSqlDocumentService.ts |
1 | 13 (7%) | 11 (9%) | 2022-01-12 |
gulpfile.js src/azure/azureController.ts |
1 | 71 (1%) | 11 (9%) | 2022-01-12 |
gulpfile.js src/credentialstore/credentialstore.ts |
1 | 71 (1%) | 6 (16%) | 2022-01-12 |