Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 5 | 0.960 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 64 | components/com_newsfeeds/views/newsfeed/view.html.php |
2 | 3 | 71 | components/com_newsfeeds/views/newsfeed/view.html.php |
| ||||
// channel header and link $newsfeed->channel['title']= $rssDoc->get_title(); $newsfeed->channel['link']= $rssDoc->get_link(); $newsfeed->channel['description']= $rssDoc->get_description(); |
| ||||
$newsfeed->image['title']= $rssDoc->get_image_title(); $newsfeed->image['link']= $rssDoc->get_image_link(); $newsfeed->image['height']= $rssDoc->get_image_height(); |
| |||
// channel header and link $newsfeed-> [[#variable21ec5180]]['title']=$rssDoc-> [[#variable21ec5160]](); $newsfeed-> [[#variable21ec5180]]['link']=$rssDoc-> [[#variable21ec5060]](); $newsfeed-> [[#variable21ec5180]][ [[#variable21ec5040]]]=$rssDoc-> [[#variable2447cd60]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21ec5180]] | image |
1 | 2 | [[#21ec5180]] | channel |
2 | 1 | [[#21ec5160]] | get_image_title |
2 | 2 | [[#21ec5160]] | get_title |
3 | 1 | [[#21ec5060]] | get_image_link |
3 | 2 | [[#21ec5060]] | get_link |
4 | 1 | [[#21ec5040]] | 'height' |
4 | 2 | [[#21ec5040]] | 'description' |
5 | 1 | [[#2447cd60]] | get_image_height |
5 | 2 | [[#2447cd60]] | get_description |