CloneSet1516


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.992statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1382
plugins/search/content.php
2373
plugins/search/weblinks.php
Clone Instance
1
Line Count
3
Source Line
82
Source File
plugins/search/content.php

                        $wheres2[]=       'a.metadesc LIKE '
                                          .                  $text;
                        $where=           '('
                                          .     implode(') OR (', $wheres2)
                                          .                                   ')';
                        break;


Clone Instance
2
Line Count
3
Source Line
73
Source File
plugins/search/weblinks.php

                        $wheres2[]=       'a.title LIKE '
                                          .               $text;
                        $where=           '('
                                          .     implode(') OR (', $wheres2)
                                          .                                   ')';
                        break;


Clone AbstractionParameter Count: 1Parameter Bindings

$wheres2[]= [[#variable545fcd20]]
           . $text;
$where='('
       . implode(') OR (',$wheres2)
       . ')';
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#545fcd20]]
'a.title LIKE ' 
12[[#545fcd20]]
'a.metadesc LIKE '