Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.977 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1910 | libraries/simplepie/simplepie.php |
2 | 7 | 5049 | libraries/simplepie/simplepie.php |
| ||||
{ $return= $this->sanitize($feed_url, SIMPLEPIE_CONSTRUCT_IRI) . rawurlencode($this->subscribe_url()); if ($site_url !== NULL && $this->get_link() !== NULL) { $return.= $this->sanitize($site_url, SIMPLEPIE_CONSTRUCT_IRI) . rawurlencode($this->get_link()); } return $return; } |
| ||||
{ $return= $this->sanitize($item_url, SIMPLEPIE_CONSTRUCT_IRI) . rawurlencode($this->get_permalink()); if ($title_url !== NULL && $this->get_title() !== NULL) { $return.= $this->sanitize($title_url, SIMPLEPIE_CONSTRUCT_IRI) . rawurlencode($this->get_title()); } return $return; } |
| |||
{ $return=$this->sanitize( [[#variable3c8e4e20]],SIMPLEPIE_CONSTRUCT_IRI) . rawurlencode($this-> [[#variable3c8e4dc0]]()); if ( [[#variable3c8e4d40]]!== NULL && $this-> [[#variable3c8e4ca0]]() !== NULL) { $return.=$this->sanitize( [[#variable3c8e4d40]],SIMPLEPIE_CONSTRUCT_IRI) . rawurlencode($this-> [[#variable3c8e4ca0]]()); } return $return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c8e4e20]] | $item_url |
1 | 2 | [[#3c8e4e20]] | $feed_url |
2 | 1 | [[#3c8e4dc0]] | get_permalink |
2 | 2 | [[#3c8e4dc0]] | subscribe_url |
3 | 1 | [[#3c8e4d40]] | $title_url |
3 | 2 | [[#3c8e4d40]] | $site_url |
4 | 1 | [[#3c8e4ca0]] | get_title |
4 | 2 | [[#3c8e4ca0]] | get_link |