| 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.987 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 110 | administrator/components/com_banners/views/banner.php |
| 2 | 4 | 80 | administrator/components/com_banners/views/client.php |
| ||||
$row= &$rows[$i];
$row->id = $row->bid;
$link= JRoute::_('index.php?option=com_banners&task=edit&cid[]='
. $row->id);
|
| ||||
$row= &$rows[$i];
$row->id = $row->cid;
$link= JRoute::_('index.php?option=com_banners&c=client&task=edit&cid[]='
. $row->id);
|
| |||
$row= &$rows[$i];
$row->id =$row-> [[#variable25161280]];
$link=JRoute::_( [[#variable25160980]]
. $row->id);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#25161280]] | bid |
| 1 | 2 | [[#25161280]] | cid |
| 2 | 1 | [[#25160980]] | 'index.php?option=com_banners&task=edit&cid[]=' |
| 2 | 2 | [[#25160980]] | 'index.php?option=com_banners&c=client&task=edit&cid[]=' |