Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 175 | administrator/components/com_redirect/controllers/link.php |
2 | 2 | 107 | components/com_users/controllers/user.php |
| ||||
// Get the model and attempt to validate the posted data. $model= &$this-> getModel('Link', 'RedirectModel'); $return= $model->validate($data); |
| ||||
// Get the model and validate the data. $model= &$this->getModel('Registration', 'UsersModel'); $return= $model->validate($data); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51fdbf80]] | 'Registration' |
1 | 2 | [[#51fdbf80]] | 'Link' |
2 | 1 | [[#51fdbfa0]] | 'UsersModel' |
2 | 2 | [[#51fdbfa0]] | 'RedirectModel' |