Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.961 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 314 | administrator/components/com_admin/admin.admin.html.php |
2 | 3 | 55 | libraries/joomla/cache/storage/file.php |
| ||||
if ($helpurl) { // strip the extension $file= preg_replace('#\\.xml$|\\.html$#','',$file); } |
| ||||
if ($data) { // Remove the initial die() statement $data= preg_replace('/^.*\\n/','', $data); } |
| |||
if ( [[#variable522a96a0]]) { [[#variable522a8e00]]=preg_replace( [[#variable522a9700]],'', [[#variable522a8e00]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#522a96a0]] | $data |
1 | 2 | [[#522a96a0]] | $helpurl |
2 | 1 | [[#522a8e00]] | // Remove the initial die() statement $data |
2 | 2 | [[#522a8e00]] | // strip the extension $file |
3 | 1 | [[#522a9700]] | '/^.*\\n/' |
3 | 2 | [[#522a9700]] | '#\\.xml$|\\.html$#' |