CloneSet1249


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.986statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12281
administrator/components/com_users/models/user.php
22481
components/com_users/models/user.php
Clone Instance
1
Line Count
2
Source Line
281
Source File
administrator/components/com_users/models/user.php

                        $salt=   JUserHelper::genRandomPassword(32);
                        $crypt=  JUserHelper::getCryptedPassword($data['password'], $salt);


Clone Instance
2
Line Count
2
Source Line
481
Source File
components/com_users/models/user.php

                $salt=            JUserHelper::genRandomPassword(32);
                $crypted=         JUserHelper::getCryptedPassword($data['password1'], $salt);


Clone AbstractionParameter Count: 2Parameter Bindings

$salt=JUserHelper::genRandomPassword(32);
 [[#variable20a946e0]]=JUserHelper::getCryptedPassword($data[ [[#variable20a946c0]]],$salt);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20a946e0]]
$crypt 
12[[#20a946e0]]
$crypted 
21[[#20a946c0]]
'password' 
22[[#20a946c0]]
'password1'