CloneSet941


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

                        if ($type&  SIMPLEPIE_LOCATOR_LOCAL_EXTENSION
                            &&                                           $working=  $this->extension($this->local)) {
                                return $working;
                              }

                        if ($type&  SIMPLEPIE_LOCATOR_LOCAL_BODY
                            &&                                      $working=  $this->body($this->local)) {
                                return $working;
                              }


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

                        if ($type&  SIMPLEPIE_LOCATOR_REMOTE_EXTENSION
                            &&                                            $working=  $this->extension($this->elsewhere)) {
                                return $working;
                              }

                        if ($type&  SIMPLEPIE_LOCATOR_REMOTE_BODY
                            &&                                       $working=  $this->body($this->elsewhere)) {
                                return $working;
                              }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($type& [[#variable215a1d00]]
    && $working=$this->extension($this-> [[#variable215a1c80]])) {
  return $working;
}
if ($type& [[#variable215a1c60]]
    && $working=$this->body($this-> [[#variable215a1c80]])) {
  return $working;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#215a1d00]]
SIMPLEPIE_LOCATOR_LOCAL_EXTENSION 
12[[#215a1d00]]
SIMPLEPIE_LOCATOR_REMOTE_EXTENSION 
21[[#215a1c80]]
local 
22[[#215a1c80]]
elsewhere 
31[[#215a1c60]]
SIMPLEPIE_LOCATOR_LOCAL_BODY 
32[[#215a1c60]]
SIMPLEPIE_LOCATOR_REMOTE_BODY