Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 6 | 4 | 0.960 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 62 | libraries/joomla/document/feed/renderer/atom.php |
2 | 1 | 84 | libraries/joomla/document/feed/renderer/atom.php |
3 | 1 | 85 | libraries/joomla/document/feed/renderer/atom.php |
4 | 1 | 52 | libraries/joomla/document/feed/renderer/rss.php |
5 | 1 | 87 | libraries/joomla/document/feed/renderer/rss.php |
6 | 1 | 137 | libraries/joomla/document/feed/renderer/rss.php |
| ||||
$feed.= "\t<updated>" . htmlspecialchars($now->toISO8601(), ENT_COMPAT, 'UTF-8') . "</updated>\n"; |
| ||||
$feed.= "\t\t<published>" . htmlspecialchars($itemDate->toISO8601(), ENT_COMPAT, 'UTF-8') . "</published>\n"; |
| ||||
$feed.= "\t\t<updated>" . htmlspecialchars($itemDate->toISO8601(),ENT_COMPAT, 'UTF-8') . "</updated>\n"; |
| ||||
$feed.= "\t\t<lastBuildDate>" . htmlspecialchars($now->toRFC822(), ENT_COMPAT, 'UTF-8') . "</lastBuildDate>\n"; |
| ||||
$feed.= "\t\t<pubDate>" . htmlspecialchars($pubDate->toRFC822(),ENT_COMPAT, 'UTF-8') . "</pubDate>\n"; |
| ||||
$feed.= "\t\t\t<pubDate>" . htmlspecialchars($itemDate->toRFC822(), ENT_COMPAT, 'UTF-8') . "</pubDate>\n"; |
| |||
$feed.= [[#variable52291dc0]] . htmlspecialchars( [[#variable52291d20]]-> [[#variable52291ce0]](),ENT_COMPAT,'UTF-8') . [[#variable52291cc0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52291dc0]] | "\t\t<lastBuildDate>" |
1 | 2 | [[#52291dc0]] | "\t\t<pubDate>" |
1 | 3 | [[#52291dc0]] | "\t\t\t<pubDate>" |
1 | 4 | [[#52291dc0]] | "\t<updated>" |
1 | 5 | [[#52291dc0]] | "\t\t<published>" |
1 | 6 | [[#52291dc0]] | "\t\t<updated>" |
2 | 1 | [[#52291d20]] | $now |
2 | 2 | [[#52291d20]] | $pubDate |
2 | 3 | [[#52291d20]] | $itemDate |
2 | 4 | [[#52291d20]] | $now |
2 | 5 | [[#52291d20]] | $itemDate |
2 | 6 | [[#52291d20]] | $itemDate |
3 | 1 | [[#52291ce0]] | toRFC822 |
3 | 2 | [[#52291ce0]] | toRFC822 |
3 | 3 | [[#52291ce0]] | toRFC822 |
3 | 4 | [[#52291ce0]] | toISO8601 |
3 | 5 | [[#52291ce0]] | toISO8601 |
3 | 6 | [[#52291ce0]] | toISO8601 |
4 | 1 | [[#52291cc0]] | "</lastBuildDate>\n" |
4 | 2 | [[#52291cc0]] | "</pubDate>\n" |
4 | 3 | [[#52291cc0]] | "</pubDate>\n" |
4 | 4 | [[#52291cc0]] | "</updated>\n" |
4 | 5 | [[#52291cc0]] | "</published>\n" |
4 | 6 | [[#52291cc0]] | "</updated>\n" |