CloneSet1488


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.984statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12175
administrator/components/com_redirect/controllers/link.php
22107
components/com_users/controllers/user.php
Clone Instance
1
Line Count
2
Source Line
175
Source File
administrator/components/com_redirect/controllers/link.php

                // Get the model and attempt to validate the posted data.
                $model=   &$this-> getModel('Link', 'RedirectModel');
                $return=  $model->validate($data);


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

                // Get the model and validate the data.
                $model=   &$this->getModel('Registration', 'UsersModel');
                $return=  $model->validate($data);


Clone AbstractionParameter Count: 2Parameter Bindings

// Get the model and validate the data.
// Get the model and attempt to validate the posted data.
$model= &$this->getModel( [[#variable51fdbf80]], [[#variable51fdbfa0]]);
$return=$model->validate($data);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51fdbf80]]
'Registration' 
12[[#51fdbf80]]
'Link' 
21[[#51fdbfa0]]
'UsersModel' 
22[[#51fdbfa0]]
'RedirectModel'