Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 8 | 3 | 0.969 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1046 | libraries/bitfolge/feedcreator.php |
2 | 2 | 1049 | libraries/bitfolge/feedcreator.php |
3 | 2 | 1190 | libraries/bitfolge/feedcreator.php |
4 | 2 | 1199 | libraries/bitfolge/feedcreator.php |
5 | 2 | 1202 | libraries/bitfolge/feedcreator.php |
6 | 2 | 1209 | libraries/bitfolge/feedcreator.php |
7 | 2 | 1368 | libraries/bitfolge/feedcreator.php |
8 | 2 | 1452 | libraries/bitfolge/feedcreator.php |
| ||||
if ($this->items[$i]->source != "") { $feed.= "\t\t<dc:source>" . htmlspecialchars($this->items[$i]->source) . "</dc:source>\n"; } |
| ||||
if ($this->items[$i]->author != "") { $feed.= "\t\t<dc:creator>" . htmlspecialchars($this->items[$i]->author) . "</dc:creator>\n"; } |
| ||||
if ($this->items[$i]->author != "") { $feed.= "\t\t\t<author>" . htmlspecialchars($this->items[$i]->author) . "</author>\n"; } |
| ||||
/* // on hold if ($this->items[$i]->source!="") { $feed.= " <source>".htmlspecialchars($this->items[$i]->source)."</source>\n"; } */ if ($this->items[$i]->category != "") { $feed.= "\t\t\t<category>" . htmlspecialchars($this->items[$i]->category) . "</category>\n"; } |
| ||||
if ($this->items[$i]->comments != "") { $feed.= "\t\t\t<comments>" . htmlspecialchars($this->items[$i]->comments) . "</comments>\n"; } |
| ||||
if ($this->items[$i]->guid != "") { $feed.= "\t\t\t<guid>" . htmlspecialchars($this->items[$i]->guid) . "</guid>\n"; } |
| ||||
if ($this->items[$i]->description != "") { $feed.= " <summary>" . htmlspecialchars($this->items[$i]->description) . "</summary>\n"; } |
| ||||
if ($this->items[$i]->description != "") { $feed.= "\t\t<summary>" . htmlspecialchars($this->items[$i]->description) . "</summary>\n"; } |
| |||
/* // on hold if ($this->items[$i]->source!="") { $feed.= " <source>".htmlspecialchars($this->items[$i]->source)."</source>\n"; } */ if ($this->items[$i]-> [[#variable5822aa40]]!= "") { $feed.= [[#variable5822a9e0]] . htmlspecialchars($this->items[$i]-> [[#variable5822aa40]]) . [[#variable5822a960]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5822aa40]] | description |
1 | 2 | [[#5822aa40]] | author |
1 | 3 | [[#5822aa40]] | guid |
1 | 4 | [[#5822aa40]] | comments |
1 | 5 | [[#5822aa40]] | category |
1 | 6 | [[#5822aa40]] | source |
1 | 7 | [[#5822aa40]] | author |
1 | 8 | [[#5822aa40]] | description |
2 | 1 | [[#5822a9e0]] | "\t\t<summary>" |
2 | 2 | [[#5822a9e0]] | "\t\t\t<author>" |
2 | 3 | [[#5822a9e0]] | "\t\t\t<guid>" |
2 | 4 | [[#5822a9e0]] | "\t\t\t<comments>" |
2 | 5 | [[#5822a9e0]] | "\t\t\t<category>" |
2 | 6 | [[#5822a9e0]] | "\t\t<dc:source>" |
2 | 7 | [[#5822a9e0]] | "\t\t<dc:creator>" |
2 | 8 | [[#5822a9e0]] | " <summary>" |
3 | 1 | [[#5822a960]] | "</summary>\n" |
3 | 2 | [[#5822a960]] | "</author>\n" |
3 | 3 | [[#5822a960]] | "</guid>\n" |
3 | 4 | [[#5822a960]] | "</comments>\n" |
3 | 5 | [[#5822a960]] | "</category>\n" |
3 | 6 | [[#5822a960]] | "</dc:source>\n" |
3 | 7 | [[#5822a960]] | "</dc:creator>\n" |
3 | 8 | [[#5822a960]] | "</summary>\n" |