Duplicate Code Detection Using Clone Digger
by Peter Bulychev
Clone Digger is a new tool detects duplicate code in Python sources. It has been applied to several open-source projects, which found that about 12% of their code consisted of clones. This article explains how to use Clone Digger in your own project and gives you the theoretical background in the related fields.