| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.993 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1282 | libraries/bitfolge/feedcreator.php |
| 2 | 2 | 1443 | libraries/bitfolge/feedcreator.php |
| ||||
$feed.= "\t\t<modified>"
. htmlspecialchars($itemDate->iso8601())
. "</modified>\n";
$feed.= "\t\t<id>"
. htmlspecialchars($this->items[$i]->guid)
. "</id>\n";
|
| ||||
$feed.= "\t\t<modified>"
. htmlspecialchars($itemDate->iso8601())
. "</modified>\n";
$feed.= "\t\t<id>"
. htmlspecialchars($this->items[$i]->link)
. "</id>\n";
|
| |||
$feed.="\t\t<modified>"
. htmlspecialchars($itemDate->iso8601())
. "</modified>\n";
$feed.="\t\t<id>"
. htmlspecialchars($this->items[$i]-> [[#variable21ef5940]])
. "</id>\n";
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#21ef5940]] | guid |
| 1 | 2 | [[#21ef5940]] | link |