Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 10036 | libraries/simplepie/simplepie.php |
2 | 8 | 10046 | libraries/simplepie/simplepie.php |
| ||||
if ($type& SIMPLEPIE_LOCATOR_LOCAL_EXTENSION && $working= $this->extension($this->local)) { return $working; } if ($type& SIMPLEPIE_LOCATOR_LOCAL_BODY && $working= $this->body($this->local)) { return $working; } |
| ||||
if ($type& SIMPLEPIE_LOCATOR_REMOTE_EXTENSION && $working= $this->extension($this->elsewhere)) { return $working; } if ($type& SIMPLEPIE_LOCATOR_REMOTE_BODY && $working= $this->body($this->elsewhere)) { return $working; } |
| |||
if ($type& [[#variable215a1d00]] && $working=$this->extension($this-> [[#variable215a1c80]])) { return $working; } if ($type& [[#variable215a1c60]] && $working=$this->body($this-> [[#variable215a1c80]])) { return $working; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#215a1d00]] | SIMPLEPIE_LOCATOR_LOCAL_EXTENSION |
1 | 2 | [[#215a1d00]] | SIMPLEPIE_LOCATOR_REMOTE_EXTENSION |
2 | 1 | [[#215a1c80]] | local |
2 | 2 | [[#215a1c80]] | elsewhere |
3 | 1 | [[#215a1c60]] | SIMPLEPIE_LOCATOR_LOCAL_BODY |
3 | 2 | [[#215a1c60]] | SIMPLEPIE_LOCATOR_REMOTE_BODY |