CloneSet999


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9230.972statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
192460
plugins/content/geshi/geshi.php
292514
plugins/content/geshi/geshi.php
Clone Instance
1
Line Count
9
Source Line
2460
Source File
plugins/content/geshi/geshi.php

            $header=  $this->replace_keywords($header);

            if ($this->use_classes) {
                $attr=  ' class="head"';
              }
            else {
                $attr=  " style=\"{ $this->header_content_style}\"";
              }
            return "<div$attr>$header</div>";


Clone Instance
2
Line Count
9
Source Line
2514
Source File
plugins/content/geshi/geshi.php

            $footer=  $this->replace_keywords($footer);

            if ($this->use_classes) {
                $attr=  ' class="foot"';
              }
            else {
                $attr=  " style=\"{ $this->footer_content_style}\"";
              }
            return "<div$attr>$footer</div>";


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable41de20c0]]=$this->replace_keywords( [[#variable41de20c0]]);
if ($this->use_classes) {
  $attr= [[#variable41de2000]];
}
else {
  $attr= " style=\"{ $this-> [[#variable4120ffe0]]}\"";
}
return "<div$attr> [[#variable41de20c0]]</div>";
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#41de20c0]]
$header 
12[[#41de20c0]]
$footer 
21[[#41de2000]]
' class="head"' 
22[[#41de2000]]
' class="foot"' 
31[[#4120ffe0]]
header_content_style 
32[[#4120ffe0]]
footer_content_style