CloneSet610


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.985if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122696
plugins/content/geshi/geshi.php
222699
plugins/content/geshi/geshi.php
322702
plugins/content/geshi/geshi.php
422705
plugins/content/geshi/geshi.php
Clone Instance
1
Line Count
2
Source Line
2696
Source File
plugins/content/geshi/geshi.php

            if (!$economy_mode
                ||                $key == GESHI_LINK
                                  &&                    $style != '') {
                $stylesheet.=  "{$selector}a:link {{$style}}\n";
              }


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

            if (!$economy_mode
                ||                $key == GESHI_HOVER
                                  &&                     $style != '') {
                $stylesheet.=  "{$selector}a:hover {{$style}}\n";
              }


Clone Instance
3
Line Count
2
Source Line
2702
Source File
plugins/content/geshi/geshi.php

            if (!$economy_mode
                ||                $key == GESHI_ACTIVE
                                  &&                      $style != '') {
                $stylesheet.=  "{$selector}a:active {{$style}}\n";
              }


Clone Instance
4
Line Count
2
Source Line
2705
Source File
plugins/content/geshi/geshi.php

            if (!$economy_mode
                ||                $key == GESHI_VISITED
                                  &&                       $style != '') {
                $stylesheet.=  "{$selector}a:visited {{$style}}\n";
              }


Clone AbstractionParameter Count: 2Parameter Bindings

if (!$economy_mode
    || $key == [[#variable45ff7f80]]
       && $style != '') {
  $stylesheet.= "{$selector} [[#variable24fc17c0]]{$style}}\n";
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#45ff7f80]]
GESHI_VISITED 
12[[#45ff7f80]]
GESHI_ACTIVE 
13[[#45ff7f80]]
GESHI_HOVER 
14[[#45ff7f80]]
GESHI_LINK 
21[[#24fc17c0]]
a:visited { 
22[[#24fc17c0]]
a:active { 
23[[#24fc17c0]]
a:hover { 
24[[#24fc17c0]]
a:link {