Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.995 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 187 | administrator/components/com_contact/admin.contact.php |
2 | 6 | 171 | administrator/components/com_newsfeeds/admin.newsfeeds.php |
| ||||
JArrayHelper::toInteger($cid, array(0)); $row= &JTable::getInstance('contact', 'Table'); // load the row from the db table if ($edit) $row->load($cid[0]); |
| ||||
JArrayHelper::toInteger($cid, array(0)); $row= &JTable::getInstance('newsfeed', 'Table'); // load the row from the db table if ($edit) $row->load($cid[0]); |
| |||
JArrayHelper::toInteger($cid,array(0)); $row= &JTable::getInstance( [[#variable23fac320]],'Table'); // load the row from the db table if ($edit) $row->load($cid[0]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23fac320]] | 'contact' |
1 | 2 | [[#23fac320]] | 'newsfeed' |