Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.992 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 83 | libraries/joomla/updater/updater.php |
2 | 4 | 88 | libraries/joomla/updater/updater.php |
| ||||
$uid= $update->find(array( 'element' => strtolower($current_update->element), 'type' => strtolower($current_update->type), 'client_id' => strtolower($current_update->client_id), 'folder' => strtolower($current_update->folder) )); |
| ||||
$eid= $extension->find(array( 'element' => strtolower($current_update->element), 'type' => strtolower($current_update->type), 'client_id' => strtolower($current_update->client_id), 'folder' => strtolower($current_update->folder) )); |
| |||
[[#variable4ed901c0]]= [[#variable4ed90240]]->find(array( 'element' => strtolower($current_update->element), 'type' => strtolower($current_update->type), 'client_id' => strtolower($current_update->client_id), 'folder' => strtolower($current_update->folder) )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ed901c0]] | $eid |
1 | 2 | [[#4ed901c0]] | $uid |
2 | 1 | [[#4ed90240]] | $extension |
2 | 2 | [[#4ed90240]] | $update |