CloneSet1601


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14111
components/com_users/controllers/profile.php
24126
components/com_users/controllers/profile.php
Clone Instance
1
Line Count
4
Source Line
111
Source File
components/com_users/controllers/profile.php

                        // Save the data in the session.
                        $app->setUserState('com_users.edit.profile.data', $data);

                        // Redirect back to the edit screen.
                        $memberId=  (int) $app->getUserState('com_users.edit.profile.id');


Clone Instance
2
Line Count
4
Source Line
126
Source File
components/com_users/controllers/profile.php

                        // Save the data in the session.
                        $app->setUserState('com_users.edit.profile.data', $data);

                        // Redirect back to the edit screen.
                        $memberId=  (int) $app->getUserState('com_users.edit.profile.id');


Clone AbstractionParameter Count: 0Parameter Bindings

// Save the data in the session.
$app->setUserState('com_users.edit.profile.data',$data);
// Redirect back to the edit screen.
$memberId= (int) $app->getUserState('com_users.edit.profile.id');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None