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.966 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 113 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 1 | 102 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/folders.php |
| ||||
if (file_exists($namethisfilefrom) && rename($namethisfilefrom,$namethisfileto)) $renameqty ++; else $errorqty ++; |
| ||||
if (is_dir($namethisfolderfrom) && rename($namethisfolderfrom,$namethisfolderto)) $renameqty ++; else $errorqty ++; |
| |||
if ( [[#variable48033940]]( [[#variable480338a0]]) && rename( [[#variable480338a0]], [[#variable48033800]])) $renameqty ++; else $errorqty ++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48033940]] | file_exists |
1 | 2 | [[#48033940]] | is_dir |
2 | 1 | [[#480338a0]] | $namethisfilefrom |
2 | 2 | [[#480338a0]] | $namethisfolderfrom |
3 | 1 | [[#48033800]] | $namethisfileto |
3 | 2 | [[#48033800]] | $namethisfolderto |