| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.969 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 58 | libraries/joomla/document/feed/renderer/atom.php |
| 2 | 1 | 59 | libraries/joomla/document/feed/renderer/atom.php |
| ||||
$feed.= "\t<title type=\"text\">"
. htmlspecialchars($data->title ,ENT_COMPAT, 'UTF-8')
. "</title>\n";
|
| ||||
$feed.= "\t<subtitle type=\"text\">"
. htmlspecialchars($data->description ,ENT_COMPAT, 'UTF-8')
. "</subtitle>\n";
|
| |||
$feed.= [[#variable53889c60]]
. htmlspecialchars($data-> [[#variable53889be0]],ENT_COMPAT,'UTF-8')
. [[#variable53889b40]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53889c60]] | "\t<subtitle type=\"text\">" |
| 1 | 2 | [[#53889c60]] | "\t<title type=\"text\">" |
| 2 | 1 | [[#53889be0]] | description |
| 2 | 2 | [[#53889be0]] | title |
| 3 | 1 | [[#53889b40]] | "</subtitle>\n" |
| 3 | 2 | [[#53889b40]] | "</title>\n" |