| 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.980 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 80 | administrator/components/com_templates/views/template/view.html.php |
| 2 | 2 | 102 | components/com_newsfeeds/views/newsfeed/view.html.php |
| ||||
$this->assignRef('params', $params);
$this->assignRef('style', $style);
|
| ||||
$this->assignRef('params', $params);
$this->assignRef('newsfeed', $newsfeed);
|
| |||
$this->assignRef('params',$params);
$this->assignRef( [[#variable485093a0]], [[#variable485093c0]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#485093a0]] | 'style' |
| 1 | 2 | [[#485093a0]] | 'newsfeed' |
| 2 | 1 | [[#485093c0]] | $style |
| 2 | 2 | [[#485093c0]] | $newsfeed |