CloneSet446


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5530.972if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151523
plugins/content/geshi/geshi.php
251566
plugins/content/geshi/geshi.php
351581
plugins/content/geshi/geshi.php
451606
plugins/content/geshi/geshi.php
551647
plugins/content/geshi/geshi.php
Clone Instance
1
Line Count
5
Source Line
1523
Source File
plugins/content/geshi/geshi.php

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


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

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


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

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


Clone Instance
4
Line Count
5
Source Line
1606
Source File
plugins/content/geshi/geshi.php

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


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#513428e0]]
'STRINGS' 
12[[#513428e0]]
'ESCAPE_CHAR' 
13[[#513428e0]]
'COMMENTS' 
14[[#513428e0]]
'STRINGS' 
15[[#513428e0]]
'STRINGS' 
21[[#51342840]]
0 
22[[#51342840]]
0 
23[[#51342840]]
'MULTI' 
24[[#51342840]]
0 
25[[#51342840]]
0 
31[[#51342720]]
' class="st0"' 
32[[#51342720]]
' class="es0"' 
33[[#51342720]]
' class="coMULTI"' 
34[[#51342720]]
' class="st0"' 
35[[#51342720]]
' class="st0"'