Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 5 | 0.987 | statement_sequence[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1330 | libraries/bitfolge/feedcreator.php |
2 | 9 | 1412 | libraries/bitfolge/feedcreator.php |
| ||||
if ($this->language != "") { $feed.= " xml:lang=\"" . $this->language . "\""; } $feed.= ">\n"; $feed.= " <title>" . htmlspecialchars($this->title) . "</title>\n"; $feed.= " <subtitle>" . htmlspecialchars($this->description) . "</subtitle>\n"; $feed.= " <link rel=\"alternate\" type=\"text/html\" href=\"" . htmlspecialchars($this->link) . "\"/>\n"; $feed.= " <id>" . htmlspecialchars($this->link) . "</id>\n"; $now= new FeedDate(); |
| ||||
if ($this->language != "") { $feed.= " xml:lang=\"" . $this->language . "\""; } $feed.= ">\n"; $feed.= "\t<title>" . htmlspecialchars($this->title) . "</title>\n"; $feed.= "\t<tagline>" . htmlspecialchars($this->description) . "</tagline>\n"; $feed.= "\t<link rel=\"alternate\" type=\"text/html\" href=\"" . htmlspecialchars($this->link) . "\"/>\n"; $feed.= "\t<id>" . htmlspecialchars($this->link) . "</id>\n"; $now= new FeedDate(); |
| |||
if ($this->language != "") { $feed.=" xml:lang=\"" . $this->language . "\""; } $feed.=">\n"; $feed.= [[#variable2367e280]] . htmlspecialchars($this->title) . "</title>\n"; $feed.= [[#variable2367e220]] . htmlspecialchars($this->description) . [[#variable2367e180]]; $feed.= [[#variable2367e140]] . htmlspecialchars($this->link) . "\"/>\n"; $feed.= [[#variable2367e0a0]] . htmlspecialchars($this->link) . "</id>\n"; $now=new FeedDate(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2367e280]] | " <title>" |
1 | 2 | [[#2367e280]] | "\t<title>" |
2 | 1 | [[#2367e220]] | " <subtitle>" |
2 | 2 | [[#2367e220]] | "\t<tagline>" |
3 | 1 | [[#2367e180]] | "</subtitle>\n" |
3 | 2 | [[#2367e180]] | "</tagline>\n" |
4 | 1 | [[#2367e140]] | " <link rel=\"alternate\" type=\"text/html\" href=\"" |
4 | 2 | [[#2367e140]] | "\t<link rel=\"alternate\" type=\"text/html\" href=\"" |
5 | 1 | [[#2367e0a0]] | " <id>" |
5 | 2 | [[#2367e0a0]] | "\t<id>" |