CloneSet1739


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.960if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1195
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
2181
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php
Clone Instance
1
Line Count
1
Source Line
95
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

                if (file_exists($delthisfile)
                    &&                           unlink($delthisfile)) $deleteqty ++;
                else                                                                      $errorqty ++;


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

                if (is_dir($delthisdir)
                    &&                     rmdir($delthisdir)) $deleteqty ++;
                else                                                              $errorqty ++;


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variable55ee6c40]]( [[#variable526341c0]])
    && [[#variable55ee6c80]]( [[#variable526341c0]]))
  $deleteqty ++;
else $errorqty ++;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55ee6c40]]
file_exists 
12[[#55ee6c40]]
is_dir 
21[[#526341c0]]
$delthisfile 
22[[#526341c0]]
$delthisdir 
31[[#55ee6c80]]
unlink 
32[[#55ee6c80]]
rmdir