CloneSet1065


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.988toplevel_statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1238
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
2257
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php
Clone Instance
1
Line Count
2
Source Line
38
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

// Assign edit and thumbnail path
$editpath=  $tinybrowser['path'][$typenow]
            .                              $foldernow;
$thumbpath=  $tinybrowser[$tinybrowser['thumbsrc']][$typenow]
             .                                                $foldernow;


Clone Instance
2
Line Count
2
Source Line
57
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php

$linkpath=  $tinybrowser['link'][$typenow]
            .                              $foldernow;
$thumbpath=  $tinybrowser[$tinybrowser['thumbsrc']][$typenow]
             .                                                $foldernow;


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable465d0420]]=$tinybrowser[ [[#variable465d0d80]]][$typenow]
                       . $foldernow;
$thumbpath=$tinybrowser[$tinybrowser['thumbsrc']][$typenow]
           . $foldernow;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#465d0420]]
// Assign edit and thumbnail path
$editpath 
12[[#465d0420]]
$linkpath 
21[[#465d0d80]]
'path' 
22[[#465d0d80]]
'link'