Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.991 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1186 | libraries/bitfolge/feedcreator.php |
2 | 2 | 1277 | libraries/bitfolge/feedcreator.php |
| ||||
$feed.= "\t\t\t<title>" . FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)),100) . "</title>\n"; $feed.= "\t\t\t<link>" . htmlspecialchars($this->items[$i]->link) . "</link>\n"; |
| ||||
$feed.= "\t\t<title>" . FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)),100) . "</title>\n"; $feed.= "\t\t<link>" . htmlspecialchars($this->items[$i]->link) . "</link>\n"; |
| |||
$feed.= [[#variable2351bba0]] . FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)),100) . "</title>\n"; $feed.= [[#variable2351bbc0]] . htmlspecialchars($this->items[$i]->link) . "</link>\n"; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2351bba0]] | "\t\t<title>" |
1 | 2 | [[#2351bba0]] | "\t\t\t<title>" |
2 | 1 | [[#2351bbc0]] | "\t\t<link>" |
2 | 2 | [[#2351bbc0]] | "\t\t\t<link>" |