| 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.960 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 39 | components/com_newsfeeds/views/category/view.html.php |
| 2 | 2 | 40 | components/com_weblinks/views/category/view.feed.php |
| ||||
$items= $this->get('data');
$total= $this->get('total');
|
| ||||
// Get some data from the model
$items= &$this->get('data');
$category= &$this->get('category');
|
| |||
// Get some data from the model
$items= [[#variable468c2800]]->get('data');
[[#variable48e29b20]]= [[#variable468c2800]]->get( [[#variable48542700]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#468c2800]] | &$this |
| 1 | 2 | [[#468c2800]] | $this |
| 2 | 1 | [[#48e29b20]] | $category |
| 2 | 2 | [[#48e29b20]] | $total |
| 3 | 1 | [[#48542700]] | 'category' |
| 3 | 2 | [[#48542700]] | 'total' |