Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.991 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 218 | libraries/joomla/environment/uri.php |
2 | 2 | 257 | libraries/joomla/environment/uri.php |
| ||||
$base['prefix']= $uri->toString(array( 'scheme', 'host', 'port' )); $base['path']= rtrim($uri->toString(array('path')), '/\\'); |
| ||||
$root['prefix']= $uri->toString(array( 'scheme', 'host', 'port' )); $root['path']= rtrim($uri->toString(array('path')), '/\\'); |
| |||
[[#variable4e9529c0]]['prefix']=$uri->toString(array( 'scheme', 'host', 'port' )); [[#variable4e9529c0]]['path']=rtrim($uri->toString(array('path')),'/\\'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e9529c0]] | $base |
1 | 2 | [[#4e9529c0]] | $root |