Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 111 | components/com_users/models/profile.php |
2 | 3 | 97 | components/com_users/models/registration.php |
| ||||
// Override the base user data with any data in the session. $temp= (array) $app->getUserState('com_users.edit.profile.data', array()); foreach ($temp as $k => $v) { $data->$k= $v; } |
| ||||
// Override the base user data with any data in the session. $temp= (array) $app->getUserState('com_users.registration.data', array()); foreach ($temp as $k => $v) { $data->$k= $v; } |
| |||
// Override the base user data with any data in the session. $temp= (array) $app->getUserState( [[#variable210326a0]],array()); foreach ($temp as $k => $v) { $data->$k=$v; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#210326a0]] | 'com_users.registration.data' |
1 | 2 | [[#210326a0]] | 'com_users.edit.profile.data' |