| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 3 | 0.960 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 95 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
| 2 | 1 | 81 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
| ||||
if (file_exists($delthisfile)
&& unlink($delthisfile)) $deleteqty ++;
else $errorqty ++;
|
| ||||
if (is_dir($delthisdir)
&& rmdir($delthisdir)) $deleteqty ++;
else $errorqty ++;
|
| |||
if ( [[#variable55ee6c40]]( [[#variable526341c0]])
&& [[#variable55ee6c80]]( [[#variable526341c0]]))
$deleteqty ++;
else $errorqty ++;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#55ee6c40]] | file_exists |
| 1 | 2 | [[#55ee6c40]] | is_dir |
| 2 | 1 | [[#526341c0]] | $delthisfile |
| 2 | 2 | [[#526341c0]] | $delthisdir |
| 3 | 1 | [[#55ee6c80]] | unlink |
| 3 | 2 | [[#55ee6c80]] | rmdir |