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 |
---|---|---|---|---|
test-pipeline.yaml src/main/java/org/example/SkeletonSchemaProvider.java |
1 | 1 (100%) | 2 (50%) | 2025-04-07 |
src/main/java/org/example/ToUpperCaseTransformProvider.java src/main/java/org/example/SkeletonSchemaProvider.java |
1 | 4 (25%) | 2 (50%) | 2025-04-07 |
test-pipeline.yaml src/main/java/org/example/ToUpperCaseTransformProvider.java |
1 | 1 (100%) | 4 (25%) | 2025-04-07 |