CloneSet1901


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.967statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1444
administrator/components/com_content/models/featured.php
2233
modules/mod_menu/helper.php
Clone Instance
1
Line Count
4
Source Line
44
Source File
administrator/components/com_content/models/featured.php

                $query->join('INNER', '#__content_frontpage AS fp ON fp.content_id = a.id');

                // Join over the users for the checked out user.
                $query->select('uc.name AS editor');


Clone Instance
2
Line Count
2
Source Line
33
Source File
modules/mod_menu/helper.php

                $query->join('INNER', ' #__menu AS p ON p.lft = 0');
                $query->where('n.lft > p.lft');


Clone AbstractionParameter Count: 3Parameter Bindings

$query->join('INNER', [[#variable3f748e40]]);
// Join over the users for the checked out user.
$query-> [[#variable3f748ec0]]( [[#variable3f748700]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3f748e40]]
' #__menu AS p ON p.lft = 0' 
12[[#3f748e40]]
'#__content_frontpage AS fp ON fp.content_id = a.id' 
21[[#3f748ec0]]
where 
22[[#3f748ec0]]
select 
31[[#3f748700]]
'n.lft > p.lft' 
32[[#3f748700]]
'uc.name AS editor'