Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.967 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 51 | administrator/modules/mod_feed/helper.php |
2 | 1 | 52 | administrator/modules/mod_feed/helper.php |
| ||||
//image handling $iUrl= isset ($image['url']) ? $image['url'] : NULL; |
| ||||
$iTitle= isset ($image['title']) ? $image['title'] : NULL; |
| |||
[[#variable3e39eee0]]= isset ($image[ [[#variable3e39eda0]]]) ? $image[ [[#variable3e39eda0]]] : NULL; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3e39eee0]] | //image handling $iUrl |
1 | 2 | [[#3e39eee0]] | $iTitle |
2 | 1 | [[#3e39eda0]] | 'url' |
2 | 2 | [[#3e39eda0]] | 'title' |