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 |
---|---|---|---|---|
override/SelfSignedCertificateEx/SetupCertificate.ps1 generic/Run/SetupCertificate.ps1 |
1 | 1 (100%) | 2 (50%) | 2022-01-12 |
override/selfsignedcertificate/SetupCertificate.ps1 generic/Run/SetupCertificate.ps1 |
1 | 3 (33%) | 2 (50%) | 2022-01-12 |
override/selfsignedcertificate/SetupCertificate.ps1 override/SelfSignedCertificateEx/SetupCertificate.ps1 |
1 | 3 (33%) | 1 (100%) | 2022-01-12 |
generic/Run/HelperFunctions.ps1 generic/Run/SetupTenant.ps1 |
1 | 31 (3%) | 12 (8%) | 2022-01-12 |
generic/Run/SetupConfiguration.ps1 generic/Run/SetupTenant.ps1 |
1 | 9 (11%) | 12 (8%) | 2022-01-12 |
generic/Run/SetupConfiguration.ps1 generic/Run/HelperFunctions.ps1 |
1 | 9 (11%) | 31 (3%) | 2022-01-12 |
generic/Run/SetupVariables.ps1 generic/Run/SetupTenant.ps1 |
1 | 11 (9%) | 12 (8%) | 2022-01-12 |
generic/Run/SetupVariables.ps1 generic/Run/HelperFunctions.ps1 |
1 | 11 (9%) | 31 (3%) | 2022-01-12 |
generic/Run/SetupVariables.ps1 generic/Run/SetupConfiguration.ps1 |
1 | 11 (9%) | 9 (11%) | 2022-01-12 |