CloneSet953


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1320.984statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1159
administrator/components/com_installer/models/modules.php
2175
administrator/components/com_installer/models/plugins.php
3182
administrator/components/com_installer/models/plugins.php
Clone Instance
1
Line Count
1
Source Line
59
Source File
administrator/components/com_installer/models/modules.php

                                $and.=  ' AND title LIKE '
                                        .                  $db->Quote('%'
                                                                      .   $db->getEscaped($search, TRUE)
                                                                      .                                  '%', FALSE);


Clone Instance
2
Line Count
1
Source Line
75
Source File
administrator/components/com_installer/models/plugins.php

                                $where.=  ' AND name LIKE '
                                          .                 $db->Quote('%'
                                                                       .   $db->getEscaped($search, TRUE)
                                                                       .                                  '%', FALSE);


Clone Instance
3
Line Count
1
Source Line
82
Source File
administrator/components/com_installer/models/plugins.php

                                $where.=  ' WHERE name LIKE '
                                          .                   $db->Quote('%'
                                                                         .   $db->getEscaped($search, TRUE)
                                                                         .                                  '%', FALSE);


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable46308580]].= [[#variable46308500]]
                        . $db->Quote('%'
                                     . $db->getEscaped($search,TRUE)
                                     . '%',FALSE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46308580]]
$and 
12[[#46308580]]
$where 
13[[#46308580]]
$where 
21[[#46308500]]
' AND title LIKE ' 
22[[#46308500]]
' WHERE name LIKE ' 
23[[#46308500]]
' AND name LIKE '