Skip to content

sqlab-sustech/Sitar-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitar-project

This repository contains the artifacts in the Sitar project.

Co-Evolution Samples in Dubbo and Kafka

See the directory dubbo-kafka.

Explaination of files

Data related to empirical study

The co-evolution change type is already labeled in the text file.

To get the timestamp of commit A (A is SHA1 digest), use the following command in the git repository:

git show -s --format=%cI A

To obtain the number of commits between A and B (A and B are SHA1 digests), use the following command:

git rev-list --count A..B

Samples with Manual Inspection Results

See the directory co-evolution-samples.

File list


Empirical data

The data used in empirical study is under empirical_data directory. Some repositories do not contain co-evolution changes thus are removed.


Experiment data

The data used in experiment is under experiment_data directory.

About

Sitar: Studying the co-evolution between production code and test code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published