CloneSet452


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2730.970statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1244
administrator/components/com_modules/views/modules/view.html.php
2242
administrator/components/com_templates/views/cssedit/view.html.php
3242
administrator/components/com_templates/views/source/view.html.php
4255
administrator/components/com_templates/views/template/view.html.php
5232
administrator/components/com_templates/views/templates/view.html.php
6288
components/com_content/views/category/view.html.php
7234
components/com_users/views/profile/view.html.php
Clone Instance
1
Line Count
2
Source Line
44
Source File
administrator/components/com_modules/views/modules/view.html.php

                // Get data from the model
                $rows=            &$this-> get('Data');
                $total=           &$this-> get('Total');


Clone Instance
2
Line Count
2
Source Line
42
Source File
administrator/components/com_templates/views/cssedit/view.html.php

                $content=         &$this->get('Data');
                $client=          &$this->get('Client');


Clone Instance
3
Line Count
2
Source Line
42
Source File
administrator/components/com_templates/views/source/view.html.php

                $content=         &$this->get('Data');
                $client=          &$this->get('Client');


Clone Instance
4
Line Count
2
Source Line
55
Source File
administrator/components/com_templates/views/template/view.html.php

                $row=             &$this->get('Data');
                $params=          &$this->get('Params');


Clone Instance
5
Line Count
2
Source Line
32
Source File
administrator/components/com_templates/views/templates/view.html.php

                // Get data from the model
                $rows=            &$this-> get('Data');
                $total=           &$this-> get('Total');


Clone Instance
6
Line Count
2
Source Line
88
Source File
components/com_content/views/category/view.html.php

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


Clone Instance
7
Line Count
2
Source Line
34
Source File
components/com_users/views/profile/view.html.php

                $data=            &$this->get('Data');
                $profile=         &$this->get('Profile');


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable46957500]]= &$this->get('Data');
 [[#variable44b047c0]]= &$this->get( [[#variable469573c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46957500]]
$data 
12[[#46957500]]
// Get data from the model
$rows 
13[[#46957500]]
$content 
14[[#46957500]]
// Get some data from the model
$items 
15[[#46957500]]
$row 
16[[#46957500]]
// Get data from the model
$rows 
17[[#46957500]]
$content 
21[[#44b047c0]]
$profile 
22[[#44b047c0]]
$total 
23[[#44b047c0]]
$client 
24[[#44b047c0]]
$total 
25[[#44b047c0]]
$params 
26[[#44b047c0]]
$total 
27[[#44b047c0]]
$client 
31[[#469573c0]]
'Profile' 
32[[#469573c0]]
'Total' 
33[[#469573c0]]
'Client' 
34[[#469573c0]]
'Total' 
35[[#469573c0]]
'Params' 
36[[#469573c0]]
'Total' 
37[[#469573c0]]
'Client'