Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.979 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 70 | includes/menu.php |
2 | 3 | 353 | libraries/joomla/application/router.php |
3 | 3 | 425 | libraries/joomla/environment/uri.php |
| ||||
if (strpos($url, '&') !== FALSE) { $url= str_replace('&','&',$url); } |
| ||||
if (strpos($url, '&') !== FALSE) { $url= str_replace('&','&',$url); } |
| ||||
if (strpos($query, '&') !== FALSE) { $query= str_replace('&','&',$query); } |
| |||
if (strpos( [[#variable21f07a20]],'&') !== FALSE) { [[#variable21f07a20]]=str_replace('&','&', [[#variable21f07a20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21f07a20]] | $url |
1 | 2 | [[#21f07a20]] | $query |
1 | 3 | [[#21f07a20]] | $url |