CloneSet1236


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1354
administrator/components/com_login/admin.login.php
2245
components/com_users/controllers/user.php
Clone Instance
1
Line Count
3
Source Line
54
Source File
administrator/components/com_login/admin.login.php

                $credentials=  array();

                $credentials['username']=  JRequest::getVar('username', '', 'method', 'username');


Clone Instance
2
Line Count
2
Source Line
45
Source File
components/com_users/controllers/user.php

                // Get the log in credentials.
                $credentials=  array();
                $credentials['username']=  JRequest::getVar('username', '', 'method', 'username');


Clone AbstractionParameter Count: 0Parameter Bindings

// Get the log in credentials.
$credentials=array();
$credentials['username']=JRequest::getVar('username','','method','username');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None