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 |
---|---|---|---|---|
http-server/src/main/scala/com/twitter/finatra/http/filters/StatsFilter.scala http-core/src/main/scala/com/twitter/finatra/http/response/EnrichedResponse.scala |
1 | 3 (33%) | 4 (25%) | 2025-04-21 |
http-server/src/main/scala/com/twitter/finatra/http/filters/StatsFilter.scala http-core/src/main/scala/com/twitter/finatra/http/exceptions/ExceptionManager.scala |
1 | 3 (33%) | 3 (33%) | 2025-04-21 |
http-core/src/main/scala/com/twitter/finatra/http/response/EnrichedResponse.scala http-core/src/main/scala/com/twitter/finatra/http/exceptions/ExceptionManager.scala |
1 | 4 (25%) | 3 (33%) | 2025-04-21 |