1 citations · 1 across the 3 of their papers we have counts for
3 papers
cs.SE2024
An Empirical Analysis of Git Commit Logs for Potential Inconsistency in Code Clones
Reishi Yokomori, Katsuro Inoue
Code clones are code snippets that are identical or similar to other snippets within the same or different files. They are often created through copy-and-paste practices and modifi…
cs.SE2023
Who Made This Copy? An Empirical Analysis of Code Clone Authorship
Reishi Yokomori, Katsuro Inoue
Code clones are code snippets that are identical or similar to other snippets within the same or different files. They are often created through copy-and-paste practices during dev…
cs.SE2016★ 1 cited
Automated Inference of Software Library Usage Patterns
Mohamed Aymen Saied, Ali Ouni, Houari Sahraoui +3
Modern software systems are increasingly dependent on third-party libraries. It is widely recognized that using mature and well-tested third-party libraries can improve developers'…