CloneSet405


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9250.987statement_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
191330
libraries/bitfolge/feedcreator.php
291412
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
9
Source Line
1330
Source File
libraries/bitfolge/feedcreator.php

                if ($this->language != "") {
                        $feed.= " xml:lang=\""
                                .              $this->language
                                .                              "\"";
                      }
                $feed.= ">\n";
                $feed.= "    <title>"
                        .             htmlspecialchars($this->title)
                        .                                            "</title>\n";
                $feed.= "    <subtitle>"
                        .                htmlspecialchars($this->description)
                        .                                                     "</subtitle>\n";
                $feed.= "    <link rel=\"alternate\" type=\"text/html\" href=\""
                        .                                                        htmlspecialchars($this->link)
                        .                                                                                      "\"/>\n";
                $feed.= "    <id>"
                        .          htmlspecialchars($this->link)
                        .                                        "</id>\n";
                $now=  new FeedDate();


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

                if ($this->language != "") {
                        $feed.= " xml:lang=\""
                                .              $this->language
                                .                              "\"";
                      }
                $feed.= ">\n";
                $feed.= "\t<title>"
                        .                htmlspecialchars($this->title)
                        .                                               "</title>\n";
                $feed.= "\t<tagline>"
                        .                  htmlspecialchars($this->description)
                        .                                                       "</tagline>\n";
                $feed.= "\t<link rel=\"alternate\" type=\"text/html\" href=\""
                        .                                                           htmlspecialchars($this->link)
                        .                                                                                         "\"/>\n";
                $feed.= "\t<id>"
                        .             htmlspecialchars($this->link)
                        .                                           "</id>\n";
                $now=  new FeedDate();


Clone AbstractionParameter Count: 5Parameter Bindings

if ($this->language != "") {
  $feed.=" xml:lang=\""
         . $this->language
         . "\"";
}
$feed.=">\n";
$feed.= [[#variable2367e280]]
       . htmlspecialchars($this->title)
       . "</title>\n";
$feed.= [[#variable2367e220]]
       . htmlspecialchars($this->description)
       .  [[#variable2367e180]];
$feed.= [[#variable2367e140]]
       . htmlspecialchars($this->link)
       . "\"/>\n";
$feed.= [[#variable2367e0a0]]
       . htmlspecialchars($this->link)
       . "</id>\n";
$now=new FeedDate();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2367e280]]
"    <title>" 
12[[#2367e280]]
"\t<title>" 
21[[#2367e220]]
"    <subtitle>" 
22[[#2367e220]]
"\t<tagline>" 
31[[#2367e180]]
"</subtitle>\n" 
32[[#2367e180]]
"</tagline>\n" 
41[[#2367e140]]
"    <link rel=\"alternate\" type=\"text/html\" href=\"" 
42[[#2367e140]]
"\t<link rel=\"alternate\" type=\"text/html\" href=\"" 
51[[#2367e0a0]]
"    <id>" 
52[[#2367e0a0]]
"\t<id>"