CloneSet1731


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.961if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13314
administrator/components/com_admin/admin.admin.html.php
2355
libraries/joomla/cache/storage/file.php
Clone Instance
1
Line Count
3
Source Line
314
Source File
administrator/components/com_admin/admin.admin.html.php

                                if ($helpurl) {
                                        // strip the extension
                                        $file=  preg_replace('#\\.xml$|\\.html$#','',$file);
                                      }


Clone Instance
2
Line Count
3
Source Line
55
Source File
libraries/joomla/cache/storage/file.php

                        if ($data) {
                                // Remove the initial die() statement
                                $data=    preg_replace('/^.*\\n/','', $data);
                              }


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable522a96a0]]) {
   [[#variable522a8e00]]=preg_replace( [[#variable522a9700]],'', [[#variable522a8e00]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#522a96a0]]
$data 
12[[#522a96a0]]
$helpurl 
21[[#522a8e00]]
// Remove the initial die() statement
$data 
22[[#522a8e00]]
// strip the extension
$file 
31[[#522a9700]]
'/^.*\\n/' 
32[[#522a9700]]
'#\\.xml$|\\.html$#'