Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1217 | libraries/bitfolge/feedcreator.php |
2 | 2 | 1219 | libraries/bitfolge/feedcreator.php |
3 | 2 | 1221 | libraries/bitfolge/feedcreator.php |
| ||||
$feed.= $this->items[$i]->enclosure->url; $feed.= "\" length=\""; |
| ||||
$feed.= $this->items[$i]->enclosure->length; $feed.= "\" type=\""; |
| ||||
$feed.= $this->items[$i]->enclosure->type; $feed.= "\"/>\n"; |
| |||
$feed.=$this->items[$i]->enclosure-> [[#variable5892c9e0]]; $feed.= [[#variable5892c980]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5892c9e0]] | type |
1 | 2 | [[#5892c9e0]] | length |
1 | 3 | [[#5892c9e0]] | url |
2 | 1 | [[#5892c980]] | "\"/>\n" |
2 | 2 | [[#5892c980]] | "\" type=\"" |
2 | 3 | [[#5892c980]] | "\" length=\"" |