Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 6 | 0.988 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1353 | libraries/bitfolge/feedcreator.php |
2 | 8 | 1435 | libraries/bitfolge/feedcreator.php |
| ||||
$feed.= " <title>" . htmlspecialchars(strip_tags($this->items[$i]->title)) . "</title>\n"; $feed.= " <link rel=\"alternate\" type=\"text/html\" href=\"" . htmlspecialchars($this->items[$i]->link) . "\"/>\n"; if ($this->items[$i]->date == "") { $this->items[$i]->date = time(); } $itemDate= new FeedDate($this->items[$i]->date); $feed.= " <published>" . htmlspecialchars($itemDate->iso8601()) . "</published>\n"; $feed.= " <updated>" . htmlspecialchars($itemDate->iso8601()) . "</updated>\n"; |
| ||||
$feed.= "\t\t<title>" . htmlspecialchars(strip_tags($this->items[$i]->title)) . "</title>\n"; $feed.= "\t\t<link rel=\"alternate\" type=\"text/html\" href=\"" . htmlspecialchars($this->items[$i]->link) . "\"/>\n"; if ($this->items[$i]->date == "") { $this->items[$i]->date = time(); } $itemDate= new FeedDate($this->items[$i]->date); $feed.= "\t\t<created>" . htmlspecialchars($itemDate->iso8601()) . "</created>\n"; $feed.= "\t\t<issued>" . htmlspecialchars($itemDate->iso8601()) . "</issued>\n"; |
| |||
$feed.= [[#variable24bf1520]] . htmlspecialchars(strip_tags($this->items[$i]->title)) . "</title>\n"; $feed.= [[#variable24bf1460]] . htmlspecialchars($this->items[$i]->link) . "\"/>\n"; if ($this->items[$i]->date == "") { $this->items[$i]->date =time(); } $itemDate=new FeedDate($this->items[$i]->date); $feed.= [[#variable24bf13e0]] . htmlspecialchars($itemDate->iso8601()) . [[#variable24bf1300]]; $feed.= [[#variable24bf1360]] . htmlspecialchars($itemDate->iso8601()) . [[#variable24bf12e0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24bf1520]] | "\t\t<title>" |
1 | 2 | [[#24bf1520]] | " <title>" |
2 | 1 | [[#24bf1460]] | "\t\t<link rel=\"alternate\" type=\"text/html\" href=\"" |
2 | 2 | [[#24bf1460]] | " <link rel=\"alternate\" type=\"text/html\" href=\"" |
3 | 1 | [[#24bf13e0]] | "\t\t<created>" |
3 | 2 | [[#24bf13e0]] | " <published>" |
4 | 1 | [[#24bf1300]] | "</created>\n" |
4 | 2 | [[#24bf1300]] | "</published>\n" |
5 | 1 | [[#24bf1360]] | "\t\t<issued>" |
5 | 2 | [[#24bf1360]] | " <updated>" |
6 | 1 | [[#24bf12e0]] | "</issued>\n" |
6 | 2 | [[#24bf12e0]] | "</updated>\n" |