Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.952 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 61 | libraries/joomla/document/feed/renderer/rss.php |
2 | 2 | 64 | libraries/joomla/document/feed/renderer/rss.php |
3 | 2 | 67 | libraries/joomla/document/feed/renderer/rss.php |
| ||||
if ($data->image->width != "") { $feed.= "\t\t\t<width>" . $data->image->width . "</width>\n"; } |
| ||||
if ($data->image->height != "") { $feed.= "\t\t\t<height>" . $data->image->height . "</height>\n"; } |
| ||||
if ($data->image->description != "") { $feed.= "\t\t\t<description><![CDATA[" . $data->image->description . "]]></description>\n"; } |
| |||
if ($data->image-> [[#variable46660fe0]]!= "") { $feed.= [[#variable46660f40]] . $data->image-> [[#variable46660fe0]] . [[#variable46660ec0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46660fe0]] | description |
1 | 2 | [[#46660fe0]] | height |
1 | 3 | [[#46660fe0]] | width |
2 | 1 | [[#46660f40]] | "\t\t\t<description><![CDATA[" |
2 | 2 | [[#46660f40]] | "\t\t\t<height>" |
2 | 3 | [[#46660f40]] | "\t\t\t<width>" |
3 | 1 | [[#46660ec0]] | "]]></description>\n" |
3 | 2 | [[#46660ec0]] | "</height>\n" |
3 | 3 | [[#46660ec0]] | "</width>\n" |