CloneSet1047


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.994if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132978
libraries/simplepie/simplepie.php
233000
libraries/simplepie/simplepie.php
Clone Instance
1
Line Count
3
Source Line
2978
Source File
libraries/simplepie/simplepie.php

                        if ($name !== NULL
                            ||                $email !== NULL
                            ||                                   $uri !== NULL) {
                                $authors[]=  &new $this->feed->author_class($name, $uri, $email);
                              }


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

                        if ($name !== NULL
                            ||                $email !== NULL
                            ||                                   $uri !== NULL) {
                                $authors[]=  &new $this->feed->author_class($name, $url, $email);
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

if ($name !== NULL
    || $email !== NULL
    || $uri !== NULL) {
  $authors[]= &new $this->feed->author_class($name, [[#variable223f83e0]],$email);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#223f83e0]]
$uri 
12[[#223f83e0]]
$url