CloneSet1106


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.994statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
127076
libraries/simplepie/simplepie.php
227132
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
2
Source Line
7076
Source File
libraries/simplepie/simplepie.php

                $len=  strcspn($this->data ,"\t \r\n\"",      $this->position);
                $this->value .= substr($this->data ,$this->position ,$len);


Clone Instance
2
Line Count
2
Source Line
7132
Source File
libraries/simplepie/simplepie.php

                $len=  strcspn($this->data ,"\t \r\n\"\\",      $this->position);
                $this->value .= substr($this->data ,$this->position ,$len);


Clone AbstractionParameter Count: 1Parameter Bindings

$len=strcspn($this->data , [[#variable3ebab5a0]],$this->position);
$this->value .=substr($this->data ,$this->position ,$len);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3ebab5a0]]
"\t \r\n\"\\" 
12[[#3ebab5a0]]
"\t \r\n\""