CloneSet1878


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1238
components/com_contact/models/category.php
2290
components/com_contact/models/category.php
Clone Instance
1
Line Count
2
Source Line
38
Source File
components/com_contact/models/category.php

                $wheres[]=  'a.access IN ('
                            .               $groups
                            .                       ')';
                $wheres[]=  'cc.access <= ('
                            .                $groups
                            .                        ')';


Clone Instance
2
Line Count
2
Source Line
90
Source File
components/com_contact/models/category.php

                $wheres[]=  'cc.access IN ('
                            .                $groups
                            .                        ')';
                $wheres[]=  'cd.access IN ('
                            .                $groups
                            .                        ')';


Clone AbstractionParameter Count: 2Parameter Bindings

$wheres[]= [[#variable525dea80]]
          . $groups
          . ')';
$wheres[]= [[#variable4008f740]]
          . $groups
          . ')';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#525dea80]]
'a.access IN (' 
12[[#525dea80]]
'cc.access IN (' 
21[[#4008f740]]
'cc.access <= (' 
22[[#4008f740]]
'cd.access IN ('