Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.984 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1363 | libraries/bitfolge/feedcreator.php |
2 | 4 | 1447 | libraries/bitfolge/feedcreator.php |
| ||||
if ($this->items[$i]->author != "") { $feed.= " <author>\n"; $feed.= " <name>" . htmlspecialchars($this->items[$i]->author) . "</name>\n"; $feed.= " </author>\n"; } |
| ||||
if ($this->items[$i]->author != "") { $feed.= "\t\t<author>\n"; $feed.= "\t\t\t<name>" . htmlspecialchars($this->items[$i]->author) . "</name>\n"; $feed.= "\t\t</author>\n"; } |
| |||
if ($this->items[$i]->author != "") { $feed.= [[#variable21eb57a0]]; $feed.= [[#variable21eb5740]] . htmlspecialchars($this->items[$i]->author) . "</name>\n"; $feed.= [[#variable21eb56e0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21eb57a0]] | " <author>\n" |
1 | 2 | [[#21eb57a0]] | "\t\t<author>\n" |
2 | 1 | [[#21eb5740]] | " <name>" |
2 | 2 | [[#21eb5740]] | "\t\t\t<name>" |
3 | 1 | [[#21eb56e0]] | " </author>\n" |
3 | 2 | [[#21eb56e0]] | "\t\t</author>\n" |