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).
No temporal cross-component dependencies found.
Pairs | # same commits | # commits 1 | # commits 2 |
---|---|---|---|
multisuite.py genproj.py |
4 | 8 (50%) | 7 (57%) |
setup.py genproj.py |
3 | 3 (100%) | 7 (42%) |
setup.py multisuite.py |
3 | 3 (100%) | 8 (37%) |
uberpoet/__init__.py genproj.py |
1 | 1 (100%) | 7 (14%) |
uberpoet/__init__.py multisuite.py |
1 | 1 (100%) | 8 (12%) |
uberpoet/__init__.py setup.py |
1 | 1 (100%) | 3 (33%) |
uberpoet/commandlineutil.py genproj.py |
1 | 1 (100%) | 7 (14%) |
uberpoet/commandlineutil.py multisuite.py |
1 | 1 (100%) | 8 (12%) |
uberpoet/commandlineutil.py setup.py |
1 | 1 (100%) | 3 (33%) |
uberpoet/commandlineutil.py uberpoet/__init__.py |
1 | 1 (100%) | 1 (100%) |
uberpoet/cpulogger.py genproj.py |
1 | 1 (100%) | 7 (14%) |
uberpoet/cpulogger.py multisuite.py |
1 | 1 (100%) | 8 (12%) |
uberpoet/cpulogger.py setup.py |
1 | 1 (100%) | 3 (33%) |
uberpoet/cpulogger.py uberpoet/__init__.py |
1 | 1 (100%) | 1 (100%) |
uberpoet/cpulogger.py uberpoet/commandlineutil.py |
1 | 1 (100%) | 1 (100%) |
uberpoet/dotreader.py genproj.py |
1 | 2 (50%) | 7 (14%) |
uberpoet/dotreader.py multisuite.py |
1 | 2 (50%) | 8 (12%) |
uberpoet/dotreader.py setup.py |
1 | 2 (50%) | 3 (33%) |
uberpoet/dotreader.py uberpoet/__init__.py |
1 | 2 (50%) | 1 (100%) |
uberpoet/dotreader.py uberpoet/commandlineutil.py |
1 | 2 (50%) | 1 (100%) |
Pairs | # same commits | # commits 1 | # commits 2 |
---|