Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 3 | 0.973 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 225 | administrator/components/com_config/controllers/application.php |
2 | 1 | 242 | administrator/components/com_config/controllers/application.php |
3 | 1 | 157 | administrator/components/com_users/controllers/user.php |
4 | 1 | 74 | administrator/components/com_users/models/config.php |
| ||||
$userpost['params']= JRequest::getVar('userparams', array(), 'post', 'array'); |
| ||||
$mediapost['params']= JRequest::getVar('mediaparams', array(), 'post', 'array'); |
| ||||
// Get and sanitize the group data. $data['groups']= JRequest::getVar('groups', array(), 'post', 'array'); |
| ||||
$data['params']= JRequest::getVar('params', array(), 'post', 'array'); |
| |||
[[#variable20bad580]][ [[#variable20bad460]]]=JRequest::getVar( [[#variable20bad4c0]],array(),'post','array'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20bad580]] | $mediapost |
1 | 2 | [[#20bad580]] | $userpost |
1 | 3 | [[#20bad580]] | // Get and sanitize the group data. $data |
1 | 4 | [[#20bad580]] | $data |
2 | 1 | [[#20bad460]] | 'params' |
2 | 2 | [[#20bad460]] | 'params' |
2 | 3 | [[#20bad460]] | 'groups' |
2 | 4 | [[#20bad460]] | 'params' |
3 | 1 | [[#20bad4c0]] | 'mediaparams' |
3 | 2 | [[#20bad4c0]] | 'userparams' |
3 | 3 | [[#20bad4c0]] | 'groups' |
3 | 4 | [[#20bad4c0]] | 'params' |