CloneSet1468


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.984statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1230
components/com_content/views/category/view.feed.php
2234
components/com_content/views/frontpage/view.feed.php
Clone Instance
1
Line Count
2
Source Line
30
Source File
components/com_content/views/category/view.feed.php

                // Get some data from the model
                JRequest::setVar('limit', $mainframe->getCfg('feed_limit'));
                $category=        &$this-> get('Category');


Clone Instance
2
Line Count
2
Source Line
34
Source File
components/com_content/views/frontpage/view.feed.php

                // Get some data from the model
                JRequest::setVar('limit', $mainframe->getCfg('feed_limit'));
                $rows=            &$this-> get('Data');


Clone AbstractionParameter Count: 2Parameter Bindings

// Get some data from the model
JRequest::setVar('limit',$mainframe->getCfg('feed_limit'));
 [[#variable523a01a0]]= &$this->get( [[#variable523a0f00]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#523a01a0]]
$category 
12[[#523a01a0]]
$rows 
21[[#523a0f00]]
'Category' 
22[[#523a0f00]]
'Data'