English

Same File, Different Changes: The Potential of Meta-Maintenance on GitHub

Software Engineering 2021-02-15 v1

Abstract

Online collaboration platforms such as GitHub have provided software developers with the ability to easily reuse and share code between repositories. With clone-and-own and forking becoming prevalent, maintaining these shared files is important, especially for keeping the most up-to-date version of reused code. Different to related work, we propose the concept of meta-maintenance -- i.e., tracking how the same files evolve in different repositories with the aim to provide useful maintenance opportunities to those files. We conduct an exploratory study by analyzing repositories from seven different programming languages to explore the potential of meta-maintenance. Our results indicate that a majority of active repositories on GitHub contains at least one file which is also present in another repository, and that a significant minority of these files are maintained differently in the different repositories which contain them. We manually analyzed a representative sample of shared files and their variants to understand which changes might be useful for meta-maintenance. Our findings support the potential of meta-maintenance and open up avenues for future work to capitalize on this potential.

Keywords

Cite

@article{arxiv.2102.06355,
  title  = {Same File, Different Changes: The Potential of Meta-Maintenance on GitHub},
  author = {Hideaki Hata and Raula Gaikovina Kula and Takashi Ishio and Christoph Treude},
  journal= {arXiv preprint arXiv:2102.06355},
  year   = {2021}
}

Comments

12 pages, ICSE 2021

R2 v1 2026-06-23T23:05:32.264Z