Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 395 | administrator/components/com_banners/controllers/banner.php |
2 | 2 | 182 | administrator/components/com_banners/controllers/client.php |
| ||||
$row= &JTable::getInstance('banner', 'Table'); $total= count($cid); |
| ||||
$table= &JTable::getInstance('bannerclient', 'Table'); $n= count($cid); |
| |||
[[#variable46fdd460]]= &JTable::getInstance( [[#variable46fdc580]],'Table'); [[#variable46fdd400]]=count($cid); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46fdd460]] | $row |
1 | 2 | [[#46fdd460]] | $table |
2 | 1 | [[#46fdc580]] | 'banner' |
2 | 2 | [[#46fdc580]] | 'bannerclient' |
3 | 1 | [[#46fdd400]] | $total |
3 | 2 | [[#46fdd400]] | $n |