Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 151 | administrator/components/com_media/models/list.php |
2 | 5 | 157 | administrator/components/com_media/models/list.php |
| ||||
$iconfile_32= JPATH_ADMINISTRATOR . DS . "components" . DS . "com_media" . DS . "images" . DS . "mime-icon-32" . DS . $ext . ".png"; if (file_exists($iconfile_32)) { $tmp->icon_32 = "components/com_media/images/mime-icon-32/" . $ext . ".png"; } else { $tmp->icon_32 = "components/com_media/images/con_info.png"; } |
| ||||
$iconfile_16= JPATH_ADMINISTRATOR . DS . "components" . DS . "com_media" . DS . "images" . DS . "mime-icon-16" . DS . $ext . ".png"; if (file_exists($iconfile_16)) { $tmp->icon_16 = "components/com_media/images/mime-icon-16/" . $ext . ".png"; } else { $tmp->icon_16 = "components/com_media/images/con_info.png"; } |
| |||
[[#variable24158d60]]=JPATH_ADMINISTRATOR . DS . "components" . DS . "com_media" . DS . "images" . DS . [[#variable24158d00]] . DS . $ext . ".png"; if (file_exists( [[#variable24158d60]])) { $tmp-> [[#variable24158c00]]= [[#variable24158be0]] . $ext . ".png"; } else { $tmp-> [[#variable24158c00]]="components/com_media/images/con_info.png"; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24158d60]] | $iconfile_16 |
1 | 2 | [[#24158d60]] | $iconfile_32 |
2 | 1 | [[#24158d00]] | "mime-icon-16" |
2 | 2 | [[#24158d00]] | "mime-icon-32" |
3 | 1 | [[#24158c00]] | icon_16 |
3 | 2 | [[#24158c00]] | icon_32 |
4 | 1 | [[#24158be0]] | "components/com_media/images/mime-icon-16/" |
4 | 2 | [[#24158be0]] | "components/com_media/images/mime-icon-32/" |