CloneSet750


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12105
administrator/components/com_modules/models/modules.php
22139
administrator/components/com_templates/models/templates.php
3398
components/com_newsfeeds/models/category.php
Clone Instance
1
Line Count
2
Source Line
105
Source File
administrator/components/com_modules/models/modules.php

                        $query=  $this->_buildQuery();
                        $this->_data = $this->_getList($query, $this->getState('limitstart'), $this->getState('limit'));


Clone Instance
2
Line Count
2
Source Line
139
Source File
administrator/components/com_templates/models/templates.php

                        $query=  $this->_buildQuery();
                        $this->_data = $this->_getList($query, $this->getState('limitstart'), $this->getState('limit'));


Clone Instance
3
Line Count
3
Source Line
98
Source File
components/com_newsfeeds/models/category.php

                        $query=  $this->_buildQuery();

                        $this->_data = $this->_getList($query, $this->getState('limitstart'), $this->getState('limit'));


Clone AbstractionParameter Count: 0Parameter Bindings

$query=$this->_buildQuery();
$this->_data =$this->_getList($query,$this->getState('limitstart'),$this->getState('limit'));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None