期刊名称:International Journal of Computer Science and Information Technologies
电子版ISSN:0975-9646
出版年度:2016
卷号:7
期号:2
页码:967-971
出版社:TechScience Publications
摘要:The means of software reuse is copying andmodifying block of code that detect cloning. As a survey, it isobserved that 20-30% of module in system may be cloned. Soit is mandatory to detect clones in system to reduce replicationand improve reusability.Code clone is similar or duplicate code in source code thatis created either by replication or some modifications. Clone isa persistent form of Software Reuse that effect on maintenanceof large software. In previous research, the researcheremphasis on detect type 1, type 2, and type 3 of type of clones.The existing code clone detection tools are used to detect clonein source code. In this research, the enhancement in code clonedetection algorithm will be proposed which detect type 4. Inthis work, firstly, use an existing algorithm to detect clone.Secondly, we put some intensification in that algorithm todetect clone. Thirdly, we combine algorithm with type 4 todetect a clone in particular function.By using type 4, the efficiency of clone detection is increased.Clone is detected in particular function, which is moreaccurate and more efficient in manner.