CloneSet1219


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1289
plugins/search/content.php
2274
plugins/search/newsfeeds.php
3280
plugins/search/weblinks.php
Clone Instance
1
Line Count
2
Source Line
89
Source File
plugins/search/content.php

                        $words=  explode(' ', $text);
                        $wheres=  array();


Clone Instance
2
Line Count
2
Source Line
74
Source File
plugins/search/newsfeeds.php

                        $words=   explode(' ', $text);
                        $wheres=  array();


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

                        $words=   explode(' ', $text);
                        $wheres=  array();


Clone AbstractionParameter Count: 0Parameter Bindings

$words=explode(' ',$text);
$wheres=array();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None