Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 7 | 3 | 0.975 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 91 | libraries/joomla/document/feed/renderer/atom.php |
2 | 1 | 93 | libraries/joomla/document/feed/renderer/atom.php |
3 | 1 | 98 | libraries/joomla/document/feed/renderer/atom.php |
4 | 1 | 99 | libraries/joomla/document/feed/renderer/atom.php |
5 | 1 | 130 | libraries/joomla/document/feed/renderer/rss.php |
6 | 1 | 133 | libraries/joomla/document/feed/renderer/rss.php |
7 | 1 | 140 | libraries/joomla/document/feed/renderer/rss.php |
| ||||
$feed.= "\t\t\t<name>" . htmlspecialchars($data->items[$i]->author ,ENT_COMPAT, 'UTF-8') . "</name>\n"; |
| ||||
$feed.= "\t\t<email>" . htmlspecialchars($data->items[$i]->authorEmail ,ENT_COMPAT, 'UTF-8') . "</email>\n"; |
| ||||
$feed.= "\t\t<summary type=\"html\">" . htmlspecialchars($data->items[$i]->description ,ENT_COMPAT, 'UTF-8') . "</summary>\n"; |
| ||||
$feed.= "\t\t<content type=\"html\">" . htmlspecialchars($data->items[$i]->description ,ENT_COMPAT, 'UTF-8') . "</content>\n"; |
| ||||
$feed.= "\t\t\t<category>" . htmlspecialchars($data->items[$i]->category ,ENT_COMPAT, 'UTF-8') . "</category>\n"; |
| ||||
$feed.= "\t\t\t<comments>" . htmlspecialchars($data->items[$i]->comments ,ENT_COMPAT, 'UTF-8') . "</comments>\n"; |
| ||||
$feed.= "\t\t\t<guid>" . htmlspecialchars($data->items[$i]->guid ,ENT_COMPAT, 'UTF-8') . "</guid>\n"; |
| |||
$feed.= [[#variable3f9dc620]] . htmlspecialchars($data->items[$i]-> [[#variable3f9dc5c0]],ENT_COMPAT,'UTF-8') . [[#variable3f9dc560]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3f9dc620]] | "\t\t\t<category>" |
1 | 2 | [[#3f9dc620]] | "\t\t\t<comments>" |
1 | 3 | [[#3f9dc620]] | "\t\t\t<guid>" |
1 | 4 | [[#3f9dc620]] | "\t\t\t<name>" |
1 | 5 | [[#3f9dc620]] | "\t\t<email>" |
1 | 6 | [[#3f9dc620]] | "\t\t<summary type=\"html\">" |
1 | 7 | [[#3f9dc620]] | "\t\t<content type=\"html\">" |
2 | 1 | [[#3f9dc5c0]] | category |
2 | 2 | [[#3f9dc5c0]] | comments |
2 | 3 | [[#3f9dc5c0]] | guid |
2 | 4 | [[#3f9dc5c0]] | author |
2 | 5 | [[#3f9dc5c0]] | authorEmail |
2 | 6 | [[#3f9dc5c0]] | description |
2 | 7 | [[#3f9dc5c0]] | description |
3 | 1 | [[#3f9dc560]] | "</category>\n" |
3 | 2 | [[#3f9dc560]] | "</comments>\n" |
3 | 3 | [[#3f9dc560]] | "</guid>\n" |
3 | 4 | [[#3f9dc560]] | "</name>\n" |
3 | 5 | [[#3f9dc560]] | "</email>\n" |
3 | 6 | [[#3f9dc560]] | "</summary>\n" |
3 | 7 | [[#3f9dc560]] | "</content>\n" |