Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.970 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 566 | libraries/joomla/utilities/simplexml.php |
2 | 1 | 357 | plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/fns_tinybrowser.php |
| ||||
$parts= explode('/', trim($path, '/')); |
| ||||
$treeparts= explode('/',rtrim($tree,'/')); |
| |||
[[#variable51275840]]=explode('/', [[#variable51275740]]( [[#variable512757c0]],'/')); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51275840]] | $parts |
1 | 2 | [[#51275840]] | $treeparts |
2 | 1 | [[#51275740]] | trim |
2 | 2 | [[#51275740]] | rtrim |
3 | 1 | [[#512757c0]] | $path |
3 | 2 | [[#512757c0]] | $tree |