DéjàVu: a map of code duplicates on GitHub

作者:Cristina V., Lopes; Petr, Maj; Pedro, Martins; Vaibhav, Saini; Di, Yang; Jakub, Zitny; Hitesh, Sajnani; Jan, Vitek
来源:Proceedings of the ACM on Programming Languages, 2017, 1(OOPSLA): 1-28.
DOI:10.1145/3133908

摘要

<jats:p>Previous studies have shown that there is a non-trivial amount of duplication in source code. This paper analyzes a corpus of 4.5 million non-fork projects hosted on GitHub representing over 428 million files written in Java, C++, Python, and JavaScript. We found that this corpus has a mere 85 million unique files. In other words, 70% of the code on GitHub consists of clones of previously created files. There is considerable variation between language ecosystems. JavaScript has the highest rate of file duplication, only 6% of the files are distinct. Java, on the other hand, has the least duplication, 60% of files are distinct. Lastly, a project-level analysis shows that between 9% and 31% of the projects contain at least 80% of files that can be found elsewhere. These rates of duplication have implications for systems built on open source software as well as for researchers interested in analyzing large code bases. As a concrete artifact of this study, we have created DéjàVu, a publicly available map of code duplicates in GitHub repositories.</jats:p>