Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 5 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 42 | administrator/modules/mod_feed/helper.php |
2 | 4 | 44 | administrator/modules/mod_feed/helper.php |
| ||||
// channel header and link $channel['title']= $rssDoc->get_title(); $channel['link']= $rssDoc->get_link(); |
| ||||
$channel['description']= $rssDoc->get_description(); // channel image if exists $image['url']= $rssDoc->get_image_url(); |
| |||
// channel header and link $channel[ [[#variable48573820]]]=$rssDoc-> [[#variable485737c0]](); [[#variable48573740]][ [[#variable485736e0]]]=$rssDoc-> [[#variable48573700]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48573820]] | 'title' |
1 | 2 | [[#48573820]] | 'description' |
2 | 1 | [[#485737c0]] | get_title |
2 | 2 | [[#485737c0]] | get_description |
3 | 1 | [[#48573740]] | $channel |
3 | 2 | [[#48573740]] | // channel image if exists $image |
4 | 1 | [[#485736e0]] | 'link' |
4 | 2 | [[#485736e0]] | 'url' |
5 | 1 | [[#48573700]] | get_link |
5 | 2 | [[#48573700]] | get_image_url |