CloneSet1749


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.960statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1239
components/com_newsfeeds/views/category/view.html.php
2240
components/com_weblinks/views/category/view.feed.php
Clone Instance
1
Line Count
2
Source Line
39
Source File
components/com_newsfeeds/views/category/view.html.php

                $items=           $this->get('data');
                $total=           $this->get('total');


Clone Instance
2
Line Count
2
Source Line
40
Source File
components/com_weblinks/views/category/view.feed.php

                // Get some data from the model
                $items=           &$this->get('data');
                $category=        &$this->get('category');


Clone AbstractionParameter Count: 3Parameter Bindings

// Get some data from the model
$items= [[#variable468c2800]]->get('data');
 [[#variable48e29b20]]= [[#variable468c2800]]->get( [[#variable48542700]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#468c2800]]
&$this 
12[[#468c2800]]
$this 
21[[#48e29b20]]
$category 
22[[#48e29b20]]
$total 
31[[#48542700]]
'category' 
32[[#48542700]]
'total'