CloneSet1402


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12239
components/com_users/models/profile.php
22166
components/com_users/models/registration.php
Clone Instance
1
Line Count
2
Source Line
239
Source File
components/com_users/models/profile.php

                // Prepare the data for the user object.
                $data['email']=           $data['email1'];
                $data['password']=        $data['password1'];


Clone Instance
2
Line Count
2
Source Line
166
Source File
components/com_users/models/registration.php

                // Prepare the data for the user object.
                $data['email']=           $data['email1'];
                $data['password']=        $data['password1'];


Clone AbstractionParameter Count: 0Parameter Bindings

// Prepare the data for the user object.
$data['email']=$data['email1'];
$data['password']=$data['password1'];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None