Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 99 | components/com_contact/controller.php |
2 | 3 | 47 | components/com_contact/views/contact/view.html.php |
| ||||
// query options $qOptions['id']= $contactId; $contact= $model->getContact($qOptions); |
| ||||
// query options $options['id']= $contactId; $contact= $model->getContact($options); |
| |||
[[#variable507c1800]]['id']=$contactId; $contact=$model->getContact( [[#variable507c1800]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#507c1800]] | // query options $qOptions |
1 | 2 | [[#507c1800]] | // query options $options |