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 |
---|---|---|---|---|
typescript/src/api-doc-types/ModuleDoc.ts typescript/mocks/readTypeScriptModules/imports.ts |
1 | 10 (10%) | 1 (100%) | 2022-01-11 |
typescript/src/services/TsParser/CustomCompilerHost.ts typescript/mocks/readTypeScriptModules/imports.ts |
1 | 12 (8%) | 1 (100%) | 2022-01-11 |
typescript/src/services/TsParser/CustomCompilerHost.ts typescript/src/api-doc-types/ModuleDoc.ts |
1 | 12 (8%) | 10 (10%) | 2022-01-11 |
typescript/src/services/TsParser/FileInfo.ts typescript/mocks/readTypeScriptModules/imports.ts |
1 | 3 (33%) | 1 (100%) | 2022-01-11 |
typescript/src/services/TsParser/FileInfo.ts typescript/src/api-doc-types/ModuleDoc.ts |
1 | 3 (33%) | 10 (10%) | 2022-01-11 |
typescript/src/services/TsParser/FileInfo.ts typescript/src/services/TsParser/CustomCompilerHost.ts |
1 | 3 (33%) | 12 (8%) | 2022-01-11 |
post-process-html/src/processors/postProcessHtml.ts typescript/src/services/TsParser/CustomCompilerHost.ts |
1 | 2 (50%) | 12 (8%) | 2022-01-11 |
typescript/src/api-doc-types/ClassLikeExportDoc.ts typescript/src/services/TsParser/CustomCompilerHost.ts |
1 | 16 (6%) | 12 (8%) | 2022-01-11 |
typescript/src/api-doc-types/ClassLikeExportDoc.ts post-process-html/src/processors/postProcessHtml.ts |
1 | 16 (6%) | 2 (50%) | 2022-01-11 |
typescript/src/services/TsParser/index.ts typescript/src/services/TsParser/CustomCompilerHost.ts |
1 | 5 (20%) | 12 (8%) | 2022-01-11 |
typescript/src/services/TsParser/index.ts post-process-html/src/processors/postProcessHtml.ts |
1 | 5 (20%) | 2 (50%) | 2022-01-11 |
typescript/src/services/TsParser/index.ts typescript/src/api-doc-types/ClassLikeExportDoc.ts |
1 | 5 (20%) | 16 (6%) | 2022-01-11 |