Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 4 | 0.959 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 43 | components/com_content/helpers/icon.php |
2 | 1 | 680 | libraries/joomla/environment/uri.php |
3 | 1 | 50 | libraries/joomla/methods.php |
4 | 1 | 27 | modules/mod_login/helper.php |
| ||||
$base= $uri->toString(array( 'scheme', 'host', 'port' )); |
| ||||
$host= $uri->toString(array( 'scheme', 'host', 'port' )); |
| ||||
$url= $uri->toString(array( 'path', 'query', 'fragment' )); |
| ||||
$url= $uri->toString(array( 'path', 'query', 'fragment' )); |
| |||
[[#variable2207d700]]=$uri->toString(array( [[#variable2207d6a0]], [[#variable2207d580]], [[#variable2207d5c0]] )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2207d700]] | $url |
1 | 2 | [[#2207d700]] | $base |
1 | 3 | [[#2207d700]] | $host |
1 | 4 | [[#2207d700]] | $url |
2 | 1 | [[#2207d6a0]] | 'path' |
2 | 2 | [[#2207d6a0]] | 'scheme' |
2 | 3 | [[#2207d6a0]] | 'scheme' |
2 | 4 | [[#2207d6a0]] | 'path' |
3 | 1 | [[#2207d580]] | 'query' |
3 | 2 | [[#2207d580]] | 'host' |
3 | 3 | [[#2207d580]] | 'host' |
3 | 4 | [[#2207d580]] | 'query' |
4 | 1 | [[#2207d5c0]] | 'fragment' |
4 | 2 | [[#2207d5c0]] | 'port' |
4 | 3 | [[#2207d5c0]] | 'port' |
4 | 4 | [[#2207d5c0]] | 'fragment' |