Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 407 | administrator/components/com_contact/admin.contact.php |
2 | 2 | 447 | administrator/components/com_contact/admin.contact.php |
3 | 2 | 211 | components/com_contact/controller.php |
| ||||
$row= &JTable::getInstance('contact', 'Table'); $row->load($uid); |
| ||||
$row= &JTable::getInstance('contact', 'Table'); $row->load($id); |
| ||||
$contact= &JTable::getInstance('contact', 'Table'); $contact->load($contactId); |
| |||
[[#variable490b1d40]]= &JTable::getInstance('contact','Table'); [[#variable490b1d40]]->load( [[#variable490b1d20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#490b1d40]] | $row |
1 | 2 | [[#490b1d40]] | $row |
1 | 3 | [[#490b1d40]] | $contact |
2 | 1 | [[#490b1d20]] | $id |
2 | 2 | [[#490b1d20]] | $uid |
2 | 3 | [[#490b1d20]] | $contactId |