Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.980 | toplevel_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 46 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 1 | 46 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
| ||||
$findnow= ( isset ($_REQUEST['find']) && !empty($_REQUEST['find']) ? $_REQUEST['find'] : FALSE); |
| ||||
$findnow= ( isset ($_POST['find']) && !empty($_POST['find']) ? $_POST['find'] : FALSE); |
| |||
$findnow=( isset ( [[#variable242c0200]]['find']) && !empty( [[#variable242c0200]]['find']) ? [[#variable242c0200]]['find'] : FALSE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#242c0200]] | $_POST |
1 | 2 | [[#242c0200]] | $_REQUEST |