Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.959 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 115 | administrator/components/com_installer/models/install.php |
2 | 1 | 46 | components/com_users/controllers/registration.php |
| ||||
// Get the uploaded file information $userfile= JRequest::getVar('install_package', NULL, 'files', 'array'); |
| ||||
$token= JRequest::getVar('token', NULL, 'request', 'alnum'); |
| |||
[[#variable40dbe060]]=JRequest::getVar( [[#variable40dbdfe0]],NULL, [[#variable40dbdf20]], [[#variable40dbdec0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#40dbe060]] | $token |
1 | 2 | [[#40dbe060]] | // Get the uploaded file information $userfile |
2 | 1 | [[#40dbdfe0]] | 'token' |
2 | 2 | [[#40dbdfe0]] | 'install_package' |
3 | 1 | [[#40dbdf20]] | 'request' |
3 | 2 | [[#40dbdf20]] | 'files' |
4 | 1 | [[#40dbdec0]] | 'alnum' |
4 | 2 | [[#40dbdec0]] | 'array' |