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 |
---|---|---|---|---|
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ListHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/CreateHandler.java |
1 | 2 (50%) | 3 (33%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ReadHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/CreateHandler.java |
1 | 2 (50%) | 3 (33%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ReadHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ListHandler.java |
1 | 2 (50%) | 2 (50%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/Translator.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/CreateHandler.java |
1 | 3 (33%) | 3 (33%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/Translator.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ListHandler.java |
1 | 3 (33%) | 2 (50%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/Translator.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ReadHandler.java |
1 | 3 (33%) | 2 (50%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/UpdateHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/CreateHandler.java |
1 | 4 (25%) | 3 (33%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/UpdateHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ListHandler.java |
1 | 4 (25%) | 2 (50%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/UpdateHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/ReadHandler.java |
1 | 4 (25%) | 2 (50%) | 2022-01-20 |
aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/UpdateHandler.java aws-customerprofiles-integration/src/main/java/software/amazon/customerprofiles/integration/Translator.java |
1 | 4 (25%) | 3 (33%) | 2022-01-20 |
No temporal cross-component dependencies found.