CloneSet1465


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

                if ($this->pubDate != "") {
                        $date=  new FeedDate($this->pubDate);
                        $feed.= "\t\t <dateCreated>"
                                .                               $date->rfc822()
                        .                                                       "</dateCreated>\n";
                      }


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

                if ($this->lastBuildDate != "") {
                        $date=  new FeedDate($this->lastBuildDate);
                        $feed.= "\t\t <dateModified>"
                                .                                $date->rfc822()
                        .                                                        "</dateModified>\n";
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

if ($this-> [[#variable5867c820]]!= "") {
  $date=new FeedDate($this-> [[#variable5867c820]]);
  $feed.= [[#variable5867c7c0]]
         . $date->rfc822()
  .  [[#variable5867c6e0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5867c820]]
lastBuildDate 
12[[#5867c820]]
pubDate 
21[[#5867c7c0]]
"\t\t <dateModified>" 
22[[#5867c7c0]]
"\t\t <dateCreated>" 
31[[#5867c6e0]]
"</dateModified>\n" 
32[[#5867c6e0]]
"</dateCreated>\n"