Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.964 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 71 | administrator/components/com_media/models/manager.php |
2 | 1 | 865 | libraries/joomla/filesystem/stream.php |
3 | 1 | 868 | libraries/joomla/filesystem/stream.php |
4 | 1 | 103 | modules/mod_random_image/helper.php |
| ||||
$folder= str_replace(COM_MEDIA_BASE, "", $folder); |
| ||||
$filename= str_replace(JPATH_ROOT, '', $filename); |
| ||||
$filename= str_replace(JPATH_ROOT, '', $filename); |
| ||||
$folder= str_replace(JPATH_BASE, '', $folder); |
| |||
[[#variable46070660]]=str_replace( [[#variable46070680]],'', [[#variable46070660]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46070660]] | $filename |
1 | 2 | [[#46070660]] | $folder |
1 | 3 | [[#46070660]] | $folder |
1 | 4 | [[#46070660]] | $filename |
2 | 1 | [[#46070680]] | JPATH_ROOT |
2 | 2 | [[#46070680]] | JPATH_BASE |
2 | 3 | [[#46070680]] | COM_MEDIA_BASE |
2 | 4 | [[#46070680]] | JPATH_ROOT |