CloneSet627


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8260.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181339
libraries/bitfolge/feedcreator.php
281421
libraries/bitfolge/feedcreator.php
Clone Instance
1
Line Count
8
Source Line
1339
Source File
libraries/bitfolge/feedcreator.php

                $feed.= "    <updated>"
                        .               htmlspecialchars($now->iso8601())
                        .                                                 "</updated>\n";
                if ($this->editor != "") {
                        $feed.= "    <author>\n";
                        $feed.= "        <name>"
                                .                $this->editor
                                .                              "</name>\n";
                        if ($this->editorEmail != "") {
                                $feed.= "        <email>"
                                        .                 $this->editorEmail
                                        .                                    "</email>\n";
                              }
                        $feed.= "    </author>\n";
                      }


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

                $feed.= "\t<modified>"
                        .                   htmlspecialchars($now->iso8601())
                        .                                                     "</modified>\n";
                if ($this->editor != "") {
                        $feed.= "\t<author>\n";
                        $feed.= "\t\t<name>"
                                .                       $this->editor
                                .                                     "</name>\n";
                        if ($this->editorEmail != "") {
                                $feed.= "\t\t<email>"
                                        .                        $this->editorEmail
                                        .                                           "</email>\n";
                              }
                        $feed.= "\t</author>\n";
                      }


Clone AbstractionParameter Count: 6Parameter Bindings

$feed.= [[#variable4852dc40]]
       . htmlspecialchars($now->iso8601())
       .  [[#variable4852dbc0]];
if ($this->editor != "") {
  $feed.= [[#variable4852db40]];
  $feed.= [[#variable4852daa0]]
         . $this->editor
         . "</name>\n";
  if ($this->editorEmail != "") {
    $feed.= [[#variable4852dae0]]
           . $this->editorEmail
           . "</email>\n";
  }
  $feed.= [[#variable21d7a9c0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4852dc40]]
"\t<modified>" 
12[[#4852dc40]]
"    <updated>" 
21[[#4852dbc0]]
"</modified>\n" 
22[[#4852dbc0]]
"</updated>\n" 
31[[#4852db40]]
"\t<author>\n" 
32[[#4852db40]]
"    <author>\n" 
41[[#4852daa0]]
"\t\t<name>" 
42[[#4852daa0]]
"        <name>" 
51[[#4852dae0]]
"\t\t<email>" 
52[[#4852dae0]]
"        <email>" 
61[[#21d7a9c0]]
"\t</author>\n" 
62[[#21d7a9c0]]
"    </author>\n"