| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 2 | 3 | 0.972 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 2460 | plugins/content/geshi/geshi.php |
| 2 | 9 | 2514 | 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>";
|
| ||||
$footer= $this->replace_keywords($footer);
if ($this->use_classes) {
$attr= ' class="foot"';
}
else {
$attr= " style=\"{ $this->footer_content_style}\"";
}
return "<div$attr>$footer</div>";
|
| |||
[[#variable41de20c0]]=$this->replace_keywords( [[#variable41de20c0]]);
if ($this->use_classes) {
$attr= [[#variable41de2000]];
}
else {
$attr= " style=\"{ $this-> [[#variable4120ffe0]]}\"";
}
return "<div$attr> [[#variable41de20c0]]</div>";
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#41de20c0]] | $header |
| 1 | 2 | [[#41de20c0]] | $footer |
| 2 | 1 | [[#41de2000]] | ' class="head"' |
| 2 | 2 | [[#41de2000]] | ' class="foot"' |
| 3 | 1 | [[#4120ffe0]] | header_content_style |
| 3 | 2 | [[#4120ffe0]] | footer_content_style |