Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 5 | 0.956 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 702 | libraries/joomla/environment/uri.php |
2 | 1 | 348 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/fns_tinybrowser.php |
| ||||
$path= explode('/', preg_replace('#(/+)#', '/', $path)); |
| ||||
// filter file types according to type $filetypes= explode(',',preg_replace('{[ \\t]+}','',$types)); |
| |||
[[#variable469230a0]]=explode( [[#variable46923020]],preg_replace( [[#variable46922fc0]], [[#variable46922f00]], [[#variable46922e60]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#469230a0]] | $path |
1 | 2 | [[#469230a0]] | // filter file types according to type $filetypes |
2 | 1 | [[#46923020]] | '/' |
2 | 2 | [[#46923020]] | ',' |
3 | 1 | [[#46922fc0]] | '#(/+)#' |
3 | 2 | [[#46922fc0]] | '{[ \\t]+}' |
4 | 1 | [[#46922f00]] | '/' |
4 | 2 | [[#46922f00]] | '' |
5 | 1 | [[#46922e60]] | $path |
5 | 2 | [[#46922e60]] | $types |