Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.964 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 284 | libraries/joomla/environment/uri.php |
2 | 1 | 679 | libraries/joomla/environment/uri.php |
3 | 5 | 126 | plugins/authentication/openid.php |
| ||||
$current= $uri->toString(array( 'scheme', 'host', 'port', 'path' )); |
| ||||
$base= $uri->toString(array( 'scheme', 'host', 'port', 'path' )); |
| ||||
$trust_url= $entry_url->toString(array( 'path', 'host', 'port', 'scheme' )); |
| |||
[[#variable3ec447c0]]= [[#variable3ec447a0]]->toString(array( [[#variable3ec446e0]], 'host', 'port', [[#variable3ec44740]] )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3ec447c0]] | $base |
1 | 2 | [[#3ec447c0]] | $current |
1 | 3 | [[#3ec447c0]] | $trust_url |
2 | 1 | [[#3ec447a0]] | $uri |
2 | 2 | [[#3ec447a0]] | $uri |
2 | 3 | [[#3ec447a0]] | $entry_url |
3 | 1 | [[#3ec446e0]] | 'scheme' |
3 | 2 | [[#3ec446e0]] | 'scheme' |
3 | 3 | [[#3ec446e0]] | 'path' |
4 | 1 | [[#3ec44740]] | 'path' |
4 | 2 | [[#3ec44740]] | 'path' |
4 | 3 | [[#3ec44740]] | 'scheme' |