Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.954 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 123 | administrator/components/com_media/models/list.php |
2 | 2 | 125 | administrator/components/com_media/models/list.php |
| ||||
$tmp->width = @$info[0]; $tmp->height = @$info[1]; |
| ||||
$tmp->type = @$info[2]; $tmp->mime = @$info['mime']; |
| |||
$tmp-> [[#variable52da6bc0]]=@$info[ [[#variable52da6b60]]]; $tmp-> [[#variable52da6c60]]=@$info[ [[#variable52da6c20]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52da6bc0]] | type |
1 | 2 | [[#52da6bc0]] | width |
2 | 1 | [[#52da6b60]] | 2 |
2 | 2 | [[#52da6b60]] | 0 |
3 | 1 | [[#52da6c60]] | mime |
3 | 2 | [[#52da6c60]] | height |
4 | 1 | [[#52da6c20]] | 'mime' |
4 | 2 | [[#52da6c20]] | 1 |