Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.978 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 348 | libraries/joomla/environment/uri.php |
2 | 1 | 350 | libraries/joomla/environment/uri.php |
3 | 1 | 352 | libraries/joomla/environment/uri.php |
| ||||
$uri.= in_array('user', $parts) ? $this->_user : ''; |
| ||||
$uri.= in_array('host', $parts) ? $this->_host : ''; |
| ||||
$uri.= in_array('path', $parts) ? $this->_path : ''; |
| |||
$uri.=in_array( [[#variable4b651040]],$parts) ? $this-> [[#variable4b650f80]] : ''; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4b651040]] | 'user' |
1 | 2 | [[#4b651040]] | 'host' |
1 | 3 | [[#4b651040]] | 'path' |
2 | 1 | [[#4b650f80]] | _user |
2 | 2 | [[#4b650f80]] | _host |
2 | 3 | [[#4b650f80]] | _path |