Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.980 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 219 | libraries/joomla/client/helper.php |
2 | 1 | 220 | libraries/joomla/client/helper.php |
| ||||
// Determine wether FTP credentials have been passed along with the current request $user= JRequest::getString('username', NULL, 'POST', JREQUEST_ALLOWRAW); |
| ||||
$pass= JRequest::getString('password', NULL, 'POST', JREQUEST_ALLOWRAW); |
| |||
[[#variable3eb2df60]]=JRequest::getString( [[#variable3eb2dee0]],NULL,'POST',JREQUEST_ALLOWRAW); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3eb2df60]] | $pass |
1 | 2 | [[#3eb2df60]] | // Determine wether FTP credentials have been passed along with the current request $user |
2 | 1 | [[#3eb2dee0]] | 'password' |
2 | 2 | [[#3eb2dee0]] | 'username' |