International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 48 - Issue 13 |
Published: June 2012 |
Authors: Rubala Sivakumar, Kodhai.E |
![]() |
Rubala Sivakumar, Kodhai.E . Code Clones Detection in Websites using Hybrid Approach. International Journal of Computer Applications. 48, 13 (June 2012), 23-27. DOI=10.5120/7409-0402
@article{ 10.5120/7409-0402, author = { Rubala Sivakumar,Kodhai.E }, title = { Code Clones Detection in Websites using Hybrid Approach }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 48 }, number = { 13 }, pages = { 23-27 }, doi = { 10.5120/7409-0402 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A Rubala Sivakumar %A Kodhai.E %T Code Clones Detection in Websites using Hybrid Approach%T %J International Journal of Computer Applications %V 48 %N 13 %P 23-27 %R 10.5120/7409-0402 %I Foundation of Computer Science (FCS), NY, USA
Code Clone is a pathological form of software reuse because of its effects on the maintenance of large software systems. Probably the existing web applications use a mixture of Designing page and scripting language code as the front-end to business services. Analogously to traditional applications, redundant code is introduced by copy-and-paste practices called 'Code Clones'. This paper proposes the detection of all types of clones by identifying cloned functions within scripting code of web applications using Hybrid approach with the combination of textual and metric analysis. Various metrics had been formulated and their values were utilized during the detection process. Compared to the other approaches, this method is considered to be the least complex and is to provide a most accurate and efficient way of Clone Detection. The results obtained had been compared with an existing tool for the open source of web applications.