CloneSet1498


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16117
components/com_users/models/profile.php
26120
components/com_users/models/registration.php
Clone Instance
1
Line Count
6
Source Line
117
Source File
components/com_users/models/profile.php

                // Unset the passwords.
                unset ($data->password1);
                unset ($data->password2);

                // Get the dispatcher and load the users plugins.
                $dispatcher=      &JDispatcher::getInstance();
                JPluginHelper::importPlugin('users');


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

                // Unset the passwords.
                unset ($data->password1);
                unset ($data->password2);

                // Get the dispatcher and load the users plugins.
                $dispatcher=      &JDispatcher::getInstance();
                JPluginHelper::importPlugin('users');


Clone AbstractionParameter Count: 0Parameter Bindings

// Unset the passwords.
unset ($data->password1);
unset ($data->password2);
// Get the dispatcher and load the users plugins.
$dispatcher= &JDispatcher::getInstance();
JPluginHelper::importPlugin('users');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None