CloneSet586


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14268
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
24114
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php
Clone Instance
1
Line Count
4
Source Line
268
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

                                $file['width'][]=  $imginfo[0];
                                $file['height'][]=  $imginfo[1];
                                $file['dimensions'][]=  $imginfo[0]+  $imginfo[1];
                                $file['type'][]=  $imginfo['mime'];


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

                                        $file['width'][]=  $imginfo[0];
                                        $file['height'][]=  $imginfo[1];
                                        $file['dimensions'][]=  $imginfo[0]+  $imginfo[1];
                                        $file['type'][]=  $imginfo['mime'];


Clone AbstractionParameter Count: 0Parameter Bindings

$file['width'][]=$imginfo[0];
$file['height'][]=$imginfo[1];
$file['dimensions'][]=$imginfo[0]+$imginfo[1];
$file['type'][]=$imginfo['mime'];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None