Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 268 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php |
2 | 4 | 114 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php |
| ||||
$file['width'][]= $imginfo[0]; $file['height'][]= $imginfo[1]; $file['dimensions'][]= $imginfo[0]+ $imginfo[1]; $file['type'][]= $imginfo['mime']; |
| ||||
$file['width'][]= $imginfo[0]; $file['height'][]= $imginfo[1]; $file['dimensions'][]= $imginfo[0]+ $imginfo[1]; $file['type'][]= $imginfo['mime']; |
| |||
$file['width'][]=$imginfo[0]; $file['height'][]=$imginfo[1]; $file['dimensions'][]=$imginfo[0]+$imginfo[1]; $file['type'][]=$imginfo['mime']; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |