CloneSet1371


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8230.977if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
186961
libraries/simplepie/simplepie.php
287026
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
8
Source Line
6961
Source File
libraries/simplepie/simplepie.php

                if ($this->http_version()
                    &&                       $this->data[$this->position ] == " ") {
                        $this->state = 'status_code';
                        $this->position ++;
                      }
                else
                {
                        $this->state = FALSE;
                      }


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

                if ($this->has_data()
                    &&                   $this->data[$this->position ] == ':') {
                        $this->state = 'value_next';
                        $this->position ++;
                      }
                else
                {
                        $this->state = FALSE;
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($this-> [[#variable53656e00]]()
    && $this->data[$this->position ] == [[#variable53656da0]]) {
  $this->state = [[#variable53656dc0]];
  $this->position ++;
}
else {
  $this->state =FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53656e00]]
has_data 
12[[#53656e00]]
http_version 
21[[#53656da0]]
':' 
22[[#53656da0]]
" " 
31[[#53656dc0]]
'value_next' 
32[[#53656dc0]]
'status_code'