Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.994 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 7076 | libraries/simplepie/simplepie.php |
2 | 2 | 7132 | libraries/simplepie/simplepie.php |
| ||||
$len= strcspn($this->data ,"\t \r\n\"", $this->position); $this->value .= substr($this->data ,$this->position ,$len); |
| ||||
$len= strcspn($this->data ,"\t \r\n\"\\", $this->position); $this->value .= substr($this->data ,$this->position ,$len); |
| |||
$len=strcspn($this->data , [[#variable3ebab5a0]],$this->position); $this->value .=substr($this->data ,$this->position ,$len); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3ebab5a0]] | "\t \r\n\"\\" |
1 | 2 | [[#3ebab5a0]] | "\t \r\n\"" |