Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.988 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 2488 | libraries/simplepie/simplepie.php |
2 | 13 | 2504 | libraries/simplepie/simplepie.php |
| ||||
function get_image_width() { if ($return= $this->get_image_tags('', 'width')) { return round($return[0]['data']); } elseif ($this->get_type()& SIMPLEPIE_TYPE_RSS_SYNDICATION && $this->get_image_tags('', 'url')) { return 88.0; } else { return NULL; } } |
| ||||
function get_image_height() { if ($return= $this->get_image_tags('', 'height')) { return round($return[0]['data']); } elseif ($this->get_type()& SIMPLEPIE_TYPE_RSS_SYNDICATION && $this->get_image_tags('', 'url')) { return 31.0; } else { return NULL; } } |
| |||
function [[#variable2520e200]]() { if ($return=$this->get_image_tags('', [[#variable2520e180]])) { return round($return[0]['data']); } elseif ($this->get_type()&SIMPLEPIE_TYPE_RSS_SYNDICATION && $this->get_image_tags('','url')) { return [[#variable2520e1c0]]; } else { return NULL; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2520e200]] | get_image_height |
1 | 2 | [[#2520e200]] | get_image_width |
2 | 1 | [[#2520e180]] | 'height' |
2 | 2 | [[#2520e180]] | 'width' |
3 | 1 | [[#2520e1c0]] | 31.0 |
3 | 2 | [[#2520e1c0]] | 88.0 |