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 |
|---|---|---|---|---|
| hugegraph-common/src/main/java/org/apache/hugegraph/event/EventHub.java hugegraph-common/src/main/java/org/apache/hugegraph/config/HugeConfig.java |
1 | 4 (25%) | 4 (25%) | 2023-07-19 |
| hugegraph-common/src/main/java/org/apache/hugegraph/rest/RestResult.java hugegraph-common/src/main/java/org/apache/hugegraph/config/HugeConfig.java |
1 | 3 (33%) | 4 (25%) | 2023-07-19 |
| hugegraph-common/src/main/java/org/apache/hugegraph/rest/RestResult.java hugegraph-common/src/main/java/org/apache/hugegraph/event/EventHub.java |
1 | 3 (33%) | 4 (25%) | 2023-07-19 |