Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.994 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 260 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 4 | 106 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
| ||||
$file['name'][]= $filename; $file['sortname'][]= strtolower($filename); $file['modified'][]= filemtime($tinybrowser['docroot'] . $editpath . $filename); $file['size'][]= filesize($tinybrowser['docroot'] . $editpath . $filename); |
| ||||
$file['name'][]= $filename; $file['sortname'][]= strtolower($filename); $file['modified'][]= filemtime($tinybrowser['docroot'] . $browsepath . $filename); $file['size'][]= filesize($tinybrowser['docroot'] . $browsepath . $filename); |
| |||
$file['name'][]=$filename; $file['sortname'][]=strtolower($filename); $file['modified'][]=filemtime($tinybrowser['docroot'] . [[#variable52728dc0]] . $filename); $file['size'][]=filesize($tinybrowser['docroot'] . [[#variable52728dc0]] . $filename); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52728dc0]] | $editpath |
1 | 2 | [[#52728dc0]] | $browsepath |