| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.963 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 428 | includes/router.php |
| 2 | 2 | 432 | includes/router.php |
| ||||
if ($option= $this->getVar('option')) {
$uri->setVar('option', $option);
}
|
| ||||
if ($itemid= $this->getVar('Itemid')) {
$uri->setVar('Itemid', $itemid);
}
|
| |||
if ( [[#variable52da4be0]]=$this->getVar( [[#variable52da4d60]])) {
$uri->setVar( [[#variable52da4d60]], [[#variable52da4be0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#52da4be0]] | $option |
| 1 | 2 | [[#52da4be0]] | $itemid |
| 2 | 1 | [[#52da4d60]] | 'option' |
| 2 | 2 | [[#52da4d60]] | 'Itemid' |