CloneSet889


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
176941
libraries/simplepie/simplepie.php
277003
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
7
Source Line
6941
Source File
libraries/simplepie/simplepie.php

                        if (substr($this->data ,$this->position ,2) == "\r\n")
                        {
                                $this->position += 2;
                              }
                        elseif (strspn($this->data ,"\r\n", $this->position ,1))
                        {
                                $this->position ++;
                              }


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

                        if (substr($this->data ,$this->position ,2) == "\r\n")
                        {
                                $this->position += 2;
                              }
                        elseif (strspn($this->data ,"\r\n", $this->position ,1))
                        {
                                $this->position ++;
                              }


Clone AbstractionParameter Count: 0Parameter Bindings

if (substr($this->data ,$this->position ,2) == "\r\n") {
  $this->position += 2;
}
elseif (strspn($this->data ,"\r\n",$this->position ,1)) {
  $this->position ++;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None