Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 2 | 0.986 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 1850 | libraries/simplepie/simplepie.php |
2 | 9 | 1874 | libraries/simplepie/simplepie.php |
3 | 9 | 1886 | libraries/simplepie/simplepie.php |
| ||||
function subscribe_feed() { if ($this->feed_url !== NULL) { return $this->sanitize(SimplePie_Misc::fix_protocol($this->feed_url ,2), SIMPLEPIE_CONSTRUCT_IRI); } else { return NULL; } } |
| ||||
function subscribe_podcast() { if ($this->feed_url !== NULL) { return $this->sanitize(SimplePie_Misc::fix_protocol($this->feed_url ,3), SIMPLEPIE_CONSTRUCT_IRI); } else { return NULL; } } |
| ||||
function subscribe_itunes() { if ($this->feed_url !== NULL) { return $this->sanitize(SimplePie_Misc::fix_protocol($this->feed_url ,4), SIMPLEPIE_CONSTRUCT_IRI); } else { return NULL; } } |
| |||
function [[#variable48536720]]() { if ($this->feed_url !== NULL) { return $this->sanitize(SimplePie_Misc::fix_protocol($this->feed_url , [[#variable48536820]]),SIMPLEPIE_CONSTRUCT_IRI); } else { return NULL; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48536720]] | subscribe_itunes |
1 | 2 | [[#48536720]] | subscribe_podcast |
1 | 3 | [[#48536720]] | subscribe_feed |
2 | 1 | [[#48536820]] | 4 |
2 | 2 | [[#48536820]] | 3 |
2 | 3 | [[#48536820]] | 2 |