CloneSet1557


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.983statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11153
administrator/components/com_weblinks/models/weblinks.php
21441
components/com_content/models/category.php
Clone Instance
1
Line Count
1
Source Line
153
Source File
administrator/components/com_weblinks/models/weblinks.php

                        $search=  $this->_db->Quote('%'
                                                    .   $this->_db->getEscaped($search, TRUE)
                                                    .                                         '%', FALSE);


Clone Instance
2
Line Count
1
Source Line
441
Source File
components/com_content/models/category.php

                                $filter=  $this->_db->Quote('%'
                                                            .   $this->_db->getEscaped($filter, TRUE)
                                                            .                                         '%', FALSE);


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable53dc09e0]]=$this->_db->Quote('%'
                                         . $this->_db->getEscaped( [[#variable53dc09e0]],TRUE)
                                         . '%',FALSE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53dc09e0]]
$search 
12[[#53dc09e0]]
$filter