CloneSet1797


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.990statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15174
components/com_users/models/user.php
25267
components/com_users/models/user.php
Clone Instance
1
Line Count
5
Source Line
174
Source File
components/com_users/models/user.php

                // Get the form.
                $form=  &$this->getRemindForm();

                // Check for an error.
                if (JError::isError($form)) {
                        return $form;
                      }


Clone Instance
2
Line Count
5
Source Line
267
Source File
components/com_users/models/user.php

                // Get the form.
                $form=  &$this->getResetRequestForm();

                // Check for an error.
                if (JError::isError($form)) {
                        return $form;
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the form.
$form= &$this-> [[#variable524515a0]]();
// Check for an error.
if (JError::isError($form)) {
  return $form;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#524515a0]]
getRemindForm 
12[[#524515a0]]
getResetRequestForm