Abstract: Code cloning is a common programming practice, and there have been a considerable amount of research that investigated the implications of code clones on software maintenance using static analysis. However, little has been done to inves-tigate the runtime implications of code cloning. In this paper we investigate source code clones at runtime, referring to clones as ‘active clones ’ if they are invoked when a software system is in use. For example, if a particular use u of a system results in a clone c being invoked, we say that clone c is active with respect to use u. From this definition and given a set of uses {u1,u2,...} and clones {c1,c2,...} we are able to identify the extent clones are active at runtime and analyze active c...