Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 7 | 4 | 0.959 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1123 | libraries/bitfolge/feedcreator.php |
2 | 1 | 1151 | libraries/bitfolge/feedcreator.php |
3 | 1 | 1154 | libraries/bitfolge/feedcreator.php |
4 | 1 | 1157 | libraries/bitfolge/feedcreator.php |
5 | 1 | 1167 | libraries/bitfolge/feedcreator.php |
6 | 1 | 1173 | libraries/bitfolge/feedcreator.php |
7 | 1 | 1271 | libraries/bitfolge/feedcreator.php |
| ||||
$feed.= "\t\t<title>" . FeedCreator::iTrunc(htmlspecialchars($this->title),100) . "</title>\n"; |
| ||||
$feed.= "\t\t<copyright>" . FeedCreator::iTrunc(htmlspecialchars($this->copyright),100) . "</copyright>\n"; |
| ||||
$feed.= "\t\t<managingEditor>" . FeedCreator::iTrunc(htmlspecialchars($this->editor),100) . "</managingEditor>\n"; |
| ||||
$feed.= "\t\t<webMaster>" . FeedCreator::iTrunc(htmlspecialchars($this->webmaster),100) . "</webMaster>\n"; |
| ||||
$feed.= "\t\t<docs>" . FeedCreator::iTrunc(htmlspecialchars($this->docs),500) . "</docs>\n"; |
| ||||
$feed.= " <rating>" . FeedCreator::iTrunc(htmlspecialchars($this->rating),500) . "</rating>\n"; |
| ||||
$feed.= "\t<title>" . FeedCreator::iTrunc(htmlspecialchars($this->title),100) . "</title>\n"; |
| |||
$feed.= [[#variable512a5700]] . FeedCreator::iTrunc(htmlspecialchars($this-> [[#variable512a55c0]]), [[#variable512a55a0]]) . [[#variable512a5620]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#512a5700]] | "\t\t<title>" |
1 | 2 | [[#512a5700]] | "\t\t<copyright>" |
1 | 3 | [[#512a5700]] | "\t\t<managingEditor>" |
1 | 4 | [[#512a5700]] | "\t\t<webMaster>" |
1 | 5 | [[#512a5700]] | "\t\t<docs>" |
1 | 6 | [[#512a5700]] | " <rating>" |
1 | 7 | [[#512a5700]] | "\t<title>" |
2 | 1 | [[#512a55c0]] | title |
2 | 2 | [[#512a55c0]] | copyright |
2 | 3 | [[#512a55c0]] | editor |
2 | 4 | [[#512a55c0]] | webmaster |
2 | 5 | [[#512a55c0]] | docs |
2 | 6 | [[#512a55c0]] | rating |
2 | 7 | [[#512a55c0]] | title |
3 | 1 | [[#512a55a0]] | 100 |
3 | 2 | [[#512a55a0]] | 100 |
3 | 3 | [[#512a55a0]] | 100 |
3 | 4 | [[#512a55a0]] | 100 |
3 | 5 | [[#512a55a0]] | 500 |
3 | 6 | [[#512a55a0]] | 500 |
3 | 7 | [[#512a55a0]] | 100 |
4 | 1 | [[#512a5620]] | "</title>\n" |
4 | 2 | [[#512a5620]] | "</copyright>\n" |
4 | 3 | [[#512a5620]] | "</managingEditor>\n" |
4 | 4 | [[#512a5620]] | "</webMaster>\n" |
4 | 5 | [[#512a5620]] | "</docs>\n" |
4 | 6 | [[#512a5620]] | "</rating>\n" |
4 | 7 | [[#512a5620]] | "</title>\n" |