Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.971 | toplevel_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 66 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
2 | 1 | 67 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
3 | 1 | 68 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload.php |
4 | 1 | 13 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/upload_process.php |
| ||||
$goodqty= ( isset ($_GET['goodfiles']) ? $_GET['goodfiles'] : 0); |
| ||||
$badqty= ( isset ($_GET['badfiles']) ? $_GET['badfiles'] : 0); |
| ||||
$dupqty= ( isset ($_GET['dupfiles']) ? $_GET['dupfiles'] : 0); |
| ||||
$total= ( isset ($_GET['filetotal']) ? $_GET['filetotal'] : 0); |
| |||
[[#variable21a44d80]]=( isset ($_GET[ [[#variable21a44d00]]]) ? $_GET[ [[#variable21a44d00]]] : 0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21a44d80]] | $total |
1 | 2 | [[#21a44d80]] | $goodqty |
1 | 3 | [[#21a44d80]] | $badqty |
1 | 4 | [[#21a44d80]] | $dupqty |
2 | 1 | [[#21a44d00]] | 'filetotal' |
2 | 2 | [[#21a44d00]] | 'goodfiles' |
2 | 3 | [[#21a44d00]] | 'badfiles' |
2 | 4 | [[#21a44d00]] | 'dupfiles' |