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.977 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 6961 | libraries/simplepie/simplepie.php |
2 | 8 | 7026 | libraries/simplepie/simplepie.php |
| ||||
if ($this->http_version() && $this->data[$this->position ] == " ") { $this->state = 'status_code'; $this->position ++; } else { $this->state = FALSE; } |
| ||||
if ($this->has_data() && $this->data[$this->position ] == ':') { $this->state = 'value_next'; $this->position ++; } else { $this->state = FALSE; } |
| |||
if ($this-> [[#variable53656e00]]() && $this->data[$this->position ] == [[#variable53656da0]]) { $this->state = [[#variable53656dc0]]; $this->position ++; } else { $this->state =FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53656e00]] | has_data |
1 | 2 | [[#53656e00]] | http_version |
2 | 1 | [[#53656da0]] | ':' |
2 | 2 | [[#53656da0]] | " " |
3 | 1 | [[#53656dc0]] | 'value_next' |
3 | 2 | [[#53656dc0]] | 'status_code' |