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/ApplicationCore/Entities/FraudProtectionApiModels/Response/PurchaseResponse.cs src/ApplicationCore/Entities/FraudProtectionApiModels/AccountProtection/Response/ResultDetail.cs |
2 | 11 (18%) | 5 (40%) | 2022-01-24 |
src/ApplicationCore/Entities/FraudProtectionApiModels/Response/RuleEvaluation.cs src/ApplicationCore/Entities/FraudProtectionApiModels/AccountProtection/Response/ResultDetail.cs |
2 | 8 (25%) | 5 (40%) | 2022-01-24 |
src/ApplicationCore/Entities/FraudProtectionApiModels/Response/RuleEvaluation.cs src/ApplicationCore/Entities/FraudProtectionApiModels/Response/PurchaseResponse.cs |
2 | 8 (25%) | 11 (18%) | 2022-01-24 |
No temporal cross-component dependencies found.