Experimental data used in our SEAA2022 paper

Paper title: Have Java Production Methods Co-Evolved With Test Methods Properly?: A Fine-Grained Repository-Based Co-Evolution Analysis
Conference: The 48th Euromicro Conference on Software Engineering and Advanced Applications (SEAA 2022)
Status: published as
Tenma Kita, Hirohisa Aman, Sousuke Amasaki, Tomoyuki Yokogawa, and Minoru Kawahara,
``Have Java Production Methods Co-Evolved With Test Methods Properly?: A Fine-Grained Repository-Based Co-Evolution Analysis,''
Proc. 48th Euromicro Conference on Software Engineering and Advanced Applications, pp.120--124, Aug.2022.
[accepted version]
data file description
Method list
(mjava file list)

Each file corresponds to each project, and each line of a file does to each method (mjava file).
Each line presents a method's id and the corresponding mjava file path, in the tab separated value format.
Tconf values
Each file corresponds to each project, and each line of a file does to each production method.
Each line presents a method's id, the cyclomatic complexity, the number of commits, and its Tconf value, in the comma separated value format.