CloneSet1357


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121217
libraries/bitfolge/feedcreator.php
221219
libraries/bitfolge/feedcreator.php
321221
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
2
Source Line
1217
Source File
libraries/bitfolge/feedcreator.php

                                                $feed.= $this->items[$i]->enclosure->url;
                                                $feed.= "\" length=\"";


Clone Instance
2
Line Count
2
Source Line
1219
Source File
libraries/bitfolge/feedcreator.php

                                                $feed.= $this->items[$i]->enclosure->length;
                                                $feed.= "\" type=\"";


Clone Instance
3
Line Count
2
Source Line
1221
Source File
libraries/bitfolge/feedcreator.php

                                                $feed.= $this->items[$i]->enclosure->type;
                                                $feed.= "\"/>\n";


Clone AbstractionParameter Count: 2Parameter Bindings

$feed.=$this->items[$i]->enclosure-> [[#variable5892c9e0]];
$feed.= [[#variable5892c980]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5892c9e0]]
type 
12[[#5892c9e0]]
length 
13[[#5892c9e0]]
url 
21[[#5892c980]]
"\"/>\n" 
22[[#5892c980]]
"\" type=\"" 
23[[#5892c980]]
"\" length=\""