CloneSet268


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2830.969if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121046
libraries/bitfolge/feedcreator.php
221049
libraries/bitfolge/feedcreator.php
321190
libraries/bitfolge/feedcreator.php
421199
libraries/bitfolge/feedcreator.php
521202
libraries/bitfolge/feedcreator.php
621209
libraries/bitfolge/feedcreator.php
721368
libraries/bitfolge/feedcreator.php
821452
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
2
Source Line
1046
Source File
libraries/bitfolge/feedcreator.php

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


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

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


Clone Instance
3
Line Count
2
Source Line
1190
Source File
libraries/bitfolge/feedcreator.php

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


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

                        /*
                        // on hold
                        if ($this->items[$i]->source!="") {
                                        $feed.= "                       <source>".htmlspecialchars($this->items[$i]->source)."</source>\n";
                        }
                        */
                        if ($this->items[$i]->category != "") {
                                $feed.= "\t\t\t<category>"
                                        .                                   htmlspecialchars($this->items[$i]->category)
                                        .                                                                                "</category>\n";
                              }


Clone Instance
5
Line Count
2
Source Line
1202
Source File
libraries/bitfolge/feedcreator.php

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


Clone Instance
6
Line Count
2
Source Line
1209
Source File
libraries/bitfolge/feedcreator.php

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


Clone Instance
7
Line Count
2
Source Line
1368
Source File
libraries/bitfolge/feedcreator.php

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


Clone Instance
8
Line Count
2
Source Line
1452
Source File
libraries/bitfolge/feedcreator.php

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


Clone AbstractionParameter Count: 3Parameter Bindings

/*
                        // on hold
                        if ($this->items[$i]->source!="") {
                                        $feed.= "                       <source>".htmlspecialchars($this->items[$i]->source)."</source>\n";
                        }
                        */
if ($this->items[$i]-> [[#variable5822aa40]]!= "") {
  $feed.= [[#variable5822a9e0]]
         . htmlspecialchars($this->items[$i]-> [[#variable5822aa40]])
         .  [[#variable5822a960]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5822aa40]]
description 
12[[#5822aa40]]
author 
13[[#5822aa40]]
guid 
14[[#5822aa40]]
comments 
15[[#5822aa40]]
category 
16[[#5822aa40]]
source 
17[[#5822aa40]]
author 
18[[#5822aa40]]
description 
21[[#5822a9e0]]
"\t\t<summary>" 
22[[#5822a9e0]]
"\t\t\t<author>" 
23[[#5822a9e0]]
"\t\t\t<guid>" 
24[[#5822a9e0]]
"\t\t\t<comments>" 
25[[#5822a9e0]]
"\t\t\t<category>" 
26[[#5822a9e0]]
"\t\t<dc:source>" 
27[[#5822a9e0]]
"\t\t<dc:creator>" 
28[[#5822a9e0]]
"        <summary>" 
31[[#5822a960]]
"</summary>\n" 
32[[#5822a960]]
"</author>\n" 
33[[#5822a960]]
"</guid>\n" 
34[[#5822a960]]
"</comments>\n" 
35[[#5822a960]]
"</category>\n" 
36[[#5822a960]]
"</dc:source>\n" 
37[[#5822a960]]
"</dc:creator>\n" 
38[[#5822a960]]
"</summary>\n"