CloneSet929


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.984if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141363
libraries/bitfolge/feedcreator.php
241447
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
4
Source Line
1363
Source File
libraries/bitfolge/feedcreator.php

                        if ($this->items[$i]->author != "") {
                                $feed.= "        <author>\n";
                                $feed.= "            <name>"
                                        .                    htmlspecialchars($this->items[$i]->author)
                                        .                                                               "</name>\n";
                                $feed.= "        </author>\n";
                              }


Clone Instance
2
Line Count
4
Source Line
1447
Source File
libraries/bitfolge/feedcreator.php

                        if ($this->items[$i]->author != "") {
                                $feed.= "\t\t<author>\n";
                                $feed.= "\t\t\t<name>"
                                        .                               htmlspecialchars($this->items[$i]->author)
                                        .                                                                          "</name>\n";
                                $feed.= "\t\t</author>\n";
                              }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($this->items[$i]->author != "") {
  $feed.= [[#variable21eb57a0]];
  $feed.= [[#variable21eb5740]]
         . htmlspecialchars($this->items[$i]->author)
         . "</name>\n";
  $feed.= [[#variable21eb56e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21eb57a0]]
"        <author>\n" 
12[[#21eb57a0]]
"\t\t<author>\n" 
21[[#21eb5740]]
"            <name>" 
22[[#21eb5740]]
"\t\t\t<name>" 
31[[#21eb56e0]]
"        </author>\n" 
32[[#21eb56e0]]
"\t\t</author>\n"