CloneSet587


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1630.968if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11416
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
21417
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
31418
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
41200
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php
51201
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php
61202
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php
Clone Instance
1
Line Count
1
Source Line
416
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

if ($tinybrowser['allowdelete']) $select[]=  array( 'delete',TB_DELETE
                                                  );


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

if ($tinybrowser['allowedit']) $select[]=  array( 'rename',TB_RENAME
                                                );


Clone Instance
3
Line Count
1
Source Line
418
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

if ($tinybrowser['allowfolders']) $select[]=  array( 'move',TB_MOVE
                                                   );


Clone Instance
4
Line Count
1
Source Line
200
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php

if ($tinybrowser['allowfolders']) $select[]=  array( 'create',TB_CREATE
                                                   );


Clone Instance
5
Line Count
1
Source Line
201
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php

if ($tinybrowser['allowdelete']) $select[]=  array( 'delete',TB_DELETE
                                                  );


Clone Instance
6
Line Count
1
Source Line
202
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php

if ($tinybrowser['allowedit']) $select[]=  array( 'rename',TB_RENAME
                                                );


Clone AbstractionParameter Count: 3Parameter Bindings

if ($tinybrowser[ [[#variable2555b1a0]]])
  $select[]=array(  [[#variable2555b120]],
                    [[#variable2555b140]]
                 );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2555b1a0]]
'allowfolders' 
12[[#2555b1a0]]
'allowedit' 
13[[#2555b1a0]]
'allowdelete' 
14[[#2555b1a0]]
'allowfolders' 
15[[#2555b1a0]]
'allowedit' 
16[[#2555b1a0]]
'allowdelete' 
21[[#2555b120]]
'move' 
22[[#2555b120]]
'rename' 
23[[#2555b120]]
'delete' 
24[[#2555b120]]
'create' 
25[[#2555b120]]
'rename' 
26[[#2555b120]]
'delete' 
31[[#2555b140]]
TB_MOVE 
32[[#2555b140]]
TB_RENAME 
33[[#2555b140]]
TB_DELETE 
34[[#2555b140]]
TB_CREATE 
35[[#2555b140]]
TB_RENAME 
36[[#2555b140]]
TB_DELETE