Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 281 | administrator/components/com_users/models/user.php |
2 | 2 | 481 | components/com_users/models/user.php |
| ||||
$salt= JUserHelper::genRandomPassword(32); $crypt= JUserHelper::getCryptedPassword($data['password'], $salt); |
| ||||
$salt= JUserHelper::genRandomPassword(32); $crypted= JUserHelper::getCryptedPassword($data['password1'], $salt); |
| |||
$salt=JUserHelper::genRandomPassword(32); [[#variable20a946e0]]=JUserHelper::getCryptedPassword($data[ [[#variable20a946c0]]],$salt); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20a946e0]] | $crypt |
1 | 2 | [[#20a946e0]] | $crypted |
2 | 1 | [[#20a946c0]] | 'password' |
2 | 2 | [[#20a946c0]] | 'password1' |