CloneSet733


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5330.975if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151723
plugins/content/geshi/geshi.php
252085
plugins/content/geshi/geshi.php
352109
plugins/content/geshi/geshi.php
Clone Instance
1
Line Count
5
Source Line
1723
Source File
plugins/content/geshi/geshi.php

                                            if (!$this->use_classes) {
                                                $attributes=  ' style="'
                                                              .            $this->language_data['STYLES']['COMMENTS'][$comment_key]
                                                              .                                                                       '"';
                                              }
                                            else {
                                                $attributes=  ' class="co'
                                                              .              $comment_key
                                                              .                             '"';
                                              }


Clone Instance
2
Line Count
5
Source Line
2085
Source File
plugins/content/geshi/geshi.php

            if (!$this->use_classes) {
                $attributes=  ' style="'
                              .            $this->language_data['STYLES']['KEYWORDS'][$k]
                              .                                                             '"';
              }
            else {
                $attributes=  ' class="kw'
                              .              $k
                              .                   '"';
              }


Clone Instance
3
Line Count
5
Source Line
2109
Source File
plugins/content/geshi/geshi.php

                    if (!$this->use_classes) {
                        $attributes=  ' style="'
                                      .            $this->language_data['STYLES']['METHODS'][$key]
                                      .                                                              '"';
                      }
                    else {
                        $attributes=  ' class="me'
                                      .              $key
                                      .                     '"';
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

if (!$this->use_classes) {
  $attributes=' style="'
              . $this->language_data['STYLES'][ [[#variable46d07b40]]][ [[#variable25317700]]]
              . '"';
}
else {
  $attributes= [[#variable253175e0]]
              .  [[#variable25317700]]
              . '"';
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46d07b40]]
'COMMENTS' 
12[[#46d07b40]]
'KEYWORDS' 
13[[#46d07b40]]
'METHODS' 
21[[#25317700]]
$comment_key 
22[[#25317700]]
$k 
23[[#25317700]]
$key 
31[[#253175e0]]
' class="co' 
32[[#253175e0]]
' class="kw' 
33[[#253175e0]]
' class="me'