CloneSet961


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111451
plugins/content/geshi/geshi.php
211456
plugins/content/geshi/geshi.php
Clone Instance
1
Line Count
1
Source Line
1451
Source File
plugins/content/geshi/geshi.php

                        // Add the string to the rest of the string for this part
                        $parts[$k][1]=  ( isset ($parts[$k][1]))
                                        ?                        $parts[$k][1]
                                                                 .               $char
                                        :                                                $char;


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

                $parts[$k][1]=  ( isset ($parts[$k][1]))
                                ?                        $parts[$k][1]
                                                         .               $char
                                :                                                $char;


Clone AbstractionParameter Count: 0Parameter Bindings

// Add the string to the rest of the string for this part
$parts[$k][1]=( isset ($parts[$k][1]))
              ? $parts[$k][1]
                . $char
              : $char;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None